Color Hex Logo

#6b78df Color Hex

#6B78DF
(107,120,223)
0 Favorites   0 Comments

Color spaces of #6b78df

RGB 107120223
HSL0.650.640.65
HSV233°52°87°
CMYK 0.520.460.00   0.13
XYZ26.099221.886572.6610
Yxy21.88650.21630.1814
Hunter Lab46.783017.7109-59.3381
CIE-Lab53.906423.6666-54.2459

#6b78df color RGB value is (107,120,223).

#6b78df hex color red value is 107, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6b78df hue: 0.65 , saturation: 0.64 and the lightness value of 6b78df is 0.65.

The process color (four color CMYK) of #6b78df color hex is 0.52, 0.46, 0.00, 0.13. Web safe color of #6b78df is #6666cc. Color #6b78df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01111000 11011111
Octal 153 170 337
Decimal 107 120 223
Hex 6B 78 DF

RGB Percentages of Color #6b78df

%23.78
%26.67
%49.56

CMYK Percentages of Color #6b78df

%52
%46
%0
%13

Triadic Colors of #6b78df

#6b78df #df6b78 #78df6b

Analogous Colors of #6b78df

#6b78df #986bdf #6bb2df

Monochromatic Colors of #6b78df

#6b78df

Complementary Color

#6b78df #dfd26b

#6b78df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b78df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b78df Color CSS Codes

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

#6b78df Text Font Color

<p style="color:#6b78df">Text here</p>

This sample text font color is #6b78df
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.


#6b78df Background Color

<div style="background-color:#6b78df">
Div content here</div>

This div background color is #6b78df


#6b78df Border Color

<div style="border:3px solid #6b78df">
Div here</div>

This div border color is #6b78df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,120,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b78df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b78df;
  -webkit-box-shadow: 1px 1px 3px 2px #6b78df;
  box-shadow:         1px 1px 3px 2px #6b78df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,120,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b78df


Comments

No comments written yet.

Please login to write comment.