Color Hex Logo

#6786fc Color Hex

#6786FC
(103,134,252)
0 Favorites   0 Comments

Color spaces of #6786fc

RGB 103134252
HSL0.630.960.70
HSV228°59°99°
CMYK 0.590.470.00   0.01
XYZ31.689326.962095.6294
Yxy26.96200.20540.1748
Hunter Lab51.924918.0682-72.8460
CIE-Lab58.939123.6925-62.3262

#6786fc color RGB value is (103,134,252).

#6786fc hex color red value is 103, green value is 134 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6786fc hue: 0.63 , saturation: 0.96 and the lightness value of 6786fc is 0.70.

The process color (four color CMYK) of #6786fc color hex is 0.59, 0.47, 0.00, 0.01. Web safe color of #6786fc is #6699ff. Color #6786fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000110 11111100
Octal 147 206 374
Decimal 103 134 252
Hex 67 86 FC

RGB Percentages of Color #6786fc

%21.06
%27.40
%51.53

CMYK Percentages of Color #6786fc

%59
%47
%0
%1

Triadic Colors of #6786fc

#6786fc #fc6786 #86fc67

Analogous Colors of #6786fc

#6786fc #9367fc #67d1fc

Monochromatic Colors of #6786fc

#6786fc

Complementary Color

#6786fc #fcdd67

#6786fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6786fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6786fc Color CSS Codes

.mybgcolor {background-color:#6786fc; } 
.myforecolor {color:#6786fc; }
.mybordercolor {border:3px solid #6786fc; }

#6786fc Text Font Color

<p style="color:#6786fc">Text here</p>

This sample text font color is #6786fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6786fc Background Color

<div style="background-color:#6786fc">
Div content here</div>

This div background color is #6786fc


#6786fc Border Color

<div style="border:3px solid #6786fc">
Div here</div>

This div border color is #6786fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,134,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6786fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6786fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6786fc;
  box-shadow:         1px 1px 3px 2px #6786fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,134,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6786fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6786fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6786fc;
  box-shadow:         1px 1px 3px 2px #6786fc;">
Div content here</div>

This div box has shadow with color #6786fc


Comments

No comments written yet.

Please login to write comment.