Html Css Color HEX #6660CB Slate Blue

📋 copy color: '#6660CB'

red 102 ◦ green 96 ◦ blue 203

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

Shades of Slate Blue #6660CB

Tints of Slate Blue #6660CB

RGB

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

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

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

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

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6660CB (or 0x6660CB) is known color: Slate Blue. HEX triplet: 66, 60 and CB. RGB value is (102,96,203). Sum of RGB (Red+Green+Blue) = 102+96+203=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 96 (37.89% from 255 or 23.94% 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 #6660CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6660CB is #999F34. Grayscale: #6D6D6D. Windows color (decimal): -10067765 or 13328486. OLE color: 13328486.

HSL color Cylindrical-coordinate representation of color #6660CB: hue angle of 243.36º 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 #6660CB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 96 203 -
CMYK 0.50 0.53 0 0.20
HSL 243.36º 0.51% 0.59% -
HSV(B) 243.36º 0.53% 0.8% -
XYZ 20.44 15.5 58.41 -
YUV 109.99 180.49 122.3 -
System Red Green Blue C M Y K H S L
Decimal 102 96 203 0.50 0.53 0 0.20 243.36 0.51 0.59
Hex 66 60 CB 32 35 0 14 F3 33 3B
Octal 146 140 313 62 65 0 24 363 63 73
Binary 1100110 1100000 11001011 110010 110101 0 10100 11110011 110011 111011

Color Harmonies of #6660CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6660CB

Black with #6660CB

Text Example


Text Example

White with #6660CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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