Html Css Color HEX #666488 Kimberly

📋 copy color: '#666488'

red 102 ◦ green 100 ◦ blue 136

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

Shades of Kimberly #666488

Tints of Kimberly #666488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 30.18%
G = 29.59%
B = 40.24%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666488 (or 0x666488) is known color: Kimberly. HEX triplet: 66, 64 and 88. RGB value is (102,100,136). Sum of RGB (Red+Green+Blue) = 102+100+136=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #666488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666488 is #999B77. Grayscale: #686868. Windows color (decimal): -10066808 or 8938598. OLE color: 8938598.

HSL color Cylindrical-coordinate representation of color #666488: hue angle of 243.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666488 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 100 136 -
CMYK 0.25 0.26 0 0.47
HSL 243.33º 0.15% 0.46% -
HSV(B) 243.33º 0.26% 0.53% -
XYZ 14.48 13.72 25.18 -
YUV 104.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 102 100 136 0.25 0.26 0 0.47 243.33 0.15 0.46
Hex 66 64 88 19 1A 0 2F F3 F 2E
Octal 146 144 210 31 32 0 57 363 17 56
Binary 1100110 1100100 10001000 11001 11010 0 101111 11110011 1111 101110

Color Harmonies of #666488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666488

Black with #666488

Text Example


Text Example

White with #666488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666488; }

 p { color: rgb(102,100,136); }

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

background-color css

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

 a { background-color: rgb(102,100,136); }

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

border-color css

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

 span { border-color: rgb(102,100,136); }

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