Html Css Color HEX #666188 Kimberly

📋 copy color: '#666188'

red 102 ◦ green 97 ◦ blue 136

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

Shades of Kimberly #666188

Tints of Kimberly #666188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

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

R = 30.45%
G = 28.96%
B = 40.6%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666188 (or 0x666188) is known color: Kimberly. HEX triplet: 66, 61 and 88. RGB value is (102,97,136). Sum of RGB (Red+Green+Blue) = 102+97+136=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #666188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666188 is #999E77. Grayscale: #666666. Windows color (decimal): -10067576 or 8937830. OLE color: 8937830.

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

Color convert

RGB 102 97 136 -
CMYK 0.25 0.29 0 0.47
HSL 247.69º 0.17% 0.46% -
HSV(B) 247.69º 0.29% 0.53% -
XYZ 14.2 13.15 25.08 -
YUV 102.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 102 97 136 0.25 0.29 0 0.47 247.69 0.17 0.46
Hex 66 61 88 19 1D 0 2F F8 11 2E
Octal 146 141 210 31 35 0 57 370 21 56
Binary 1100110 1100001 10001000 11001 11101 0 101111 11111000 10001 101110

Color Harmonies of #666188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666188

Black with #666188

Text Example


Text Example

White with #666188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666188; }

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

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

background-color css

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

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

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

border-color css

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

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

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