Html Css Color HEX #6066CB Slate Blue

📋 copy color: '#6066CB'

red 96 ◦ green 102 ◦ blue 203

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

Shades of Slate Blue #6066CB

Tints of Slate Blue #6066CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 23.94%
G = 25.44%
B = 50.62%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6066CB (or 0x6066CB) is known color: Slate Blue. HEX triplet: 60, 66 and CB. RGB value is (96,102,203). Sum of RGB (Red+Green+Blue) = 96+102+203=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #6066CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066CB is #9F9934. Grayscale: #6F6F6F. Windows color (decimal): -10459445 or 13330016. OLE color: 13330016.

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

Color convert

RGB 96 102 203 -
CMYK 0.53 0.50 0 0.20
HSL 236.64º 0.51% 0.59% -
HSV(B) 236.64º 0.53% 0.8% -
XYZ 20.35 16.3 58.57 -
YUV 111.72 179.51 116.79 -
System Red Green Blue C M Y K H S L
Decimal 96 102 203 0.53 0.50 0 0.20 236.64 0.51 0.59
Hex 60 66 CB 35 32 0 14 ED 33 3B
Octal 140 146 313 65 62 0 24 355 63 73
Binary 1100000 1100110 11001011 110101 110010 0 10100 11101101 110011 111011

Color Harmonies of #6066CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066CB

Black with #6066CB

Text Example


Text Example

White with #6066CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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