Color Hex Logo

#6b70df Color Hex

#6B70DF
(107,112,223)
0 Favorites   0 Comments

Color spaces of #6b70df

RGB 107112223
HSL0.660.640.65
HSV237°52°87°
CMYK 0.520.500.00   0.13
XYZ25.176920.041972.3535
Yxy20.04190.21410.1705
Hunter Lab44.768222.0412-64.4857
CIE-Lab51.884628.5072-57.4849

#6b70df color RGB value is (107,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110000 11011111
Octal 153 160 337
Decimal 107 112 223
Hex 6B 70 DF

RGB Percentages of Color #6b70df

%24.21
%25.34
%50.45

CMYK Percentages of Color #6b70df

%52
%50
%0
%13

Triadic Colors of #6b70df

#6b70df #df6b70 #70df6b

Analogous Colors of #6b70df

#6b70df #a06bdf #6baadf

Monochromatic Colors of #6b70df

#6b70df

Complementary Color

#6b70df #dfda6b

#6b70df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b70df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b70df Color CSS Codes

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

#6b70df Text Font Color

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

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


#6b70df Background Color

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

This div background color is #6b70df


#6b70df Border Color

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

This div border color is #6b70df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,112,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 #6b70df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b70df


Comments

No comments written yet.

Please login to write comment.