Html Css Color HEX #6066CE Slate Blue

📋 copy color: '#6066CE'

red 96 ◦ green 102 ◦ blue 206

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

Shades of Slate Blue #6066CE

Tints of Slate Blue #6066CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 23.76%
G = 25.25%
B = 50.99%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6066CE (or 0x6066CE) is known color: Slate Blue. HEX triplet: 60, 66 and CE. RGB value is (96,102,206). Sum of RGB (Red+Green+Blue) = 96+102+206=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #6066CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066CE is #9F9931. Grayscale: #6F6F6F. Windows color (decimal): -10459442 or 13526624. OLE color: 13526624.

HSL color Cylindrical-coordinate representation of color #6066CE: hue angle of 236.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6066CE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 102 206 -
CMYK 0.53 0.50 0 0.19
HSL 236.73º 0.53% 0.59% -
HSV(B) 236.73º 0.53% 0.81% -
XYZ 20.72 16.45 60.48 -
YUV 112.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 96 102 206 0.53 0.50 0 0.19 236.73 0.53 0.59
Hex 60 66 CE 35 32 0 13 ED 35 3B
Octal 140 146 316 65 62 0 23 355 65 73
Binary 1100000 1100110 11001110 110101 110010 0 10011 11101101 110101 111011

Color Harmonies of #6066CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066CE

Black with #6066CE

Text Example


Text Example

White with #6066CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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