Html Css Color HEX #6066DF Slate Blue

📋 copy color: '#6066DF'

red 96 ◦ green 102 ◦ blue 223

#6066DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6066DF

Tints of Slate Blue #6066DF

RGB

 RED value IS 96 (37.89% from 255) = 22.8%

 GREEN value IS 102 (40.23% from 255) = 24.23%

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 22.8%
G = 24.23%
B = 52.97%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6066DF (or 0x6066DF) is known color: Slate Blue. HEX triplet: 60, 66 and DF. RGB value is (96,102,223). Sum of RGB (Red+Green+Blue) = 96+102+223=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #6066DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066DF is #9F9920. Grayscale: #717171. Windows color (decimal): -10459425 or 14640736. OLE color: 14640736.

HSL color Cylindrical-coordinate representation of color #6066DF: hue angle of 237.17º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6066DF is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 102 223 -
CMYK 0.57 0.54 0 0.13
HSL 237.17º 0.66% 0.63% -
HSV(B) 237.17º 0.57% 0.87% -
XYZ 22.89 17.32 71.95 -
YUV 114 189.51 115.16 -
System Red Green Blue C M Y K H S L
Decimal 96 102 223 0.57 0.54 0 0.13 237.17 0.66 0.63
Hex 60 66 DF 39 36 0 D ED 42 3F
Octal 140 146 337 71 66 0 15 355 102 77
Binary 1100000 1100110 11011111 111001 110110 0 1101 11101101 1000010 111111

Color Harmonies of #6066DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066DF

Black with #6066DF

Text Example


Text Example

White with #6066DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6066DF; }

 p { color: rgb(96,102,223); }

 H1.HeaderClassName
 {
   color: #6066DF;
 }
 .AnyTagClassName
 {
   color: #6066DF;
 }
</style>

background-color css

<style>
 a { background-color: #6066DF; }

 a { background-color: rgb(96,102,223); }

 div.DivClassName
 {
   background-color: #6066DF;
 }
 .BgClassName
 {
   background-color: #6066DF;
 }
</style>

border-color css

<style>
 span { border-color: #6066DF; }

 span { border-color: rgb(96,102,223); }

 td.TdClassName
 {
   border-color: #6066DF;
 }
 .TagClassName
 {
   border-color: #6066DF;
 }
</style>