Html Css Color HEX #666288 Kimberly

📋 copy color: '#666288'

red 102 ◦ green 98 ◦ blue 136

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

Shades of Kimberly #666288

Tints of Kimberly #666288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 30.36%
G = 29.17%
B = 40.48%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666288 (or 0x666288) is known color: Kimberly. HEX triplet: 66, 62 and 88. RGB value is (102,98,136). Sum of RGB (Red+Green+Blue) = 102+98+136=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #666288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666288 is #999D77. Grayscale: #676767. Windows color (decimal): -10067320 or 8938086. OLE color: 8938086.

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

Color convert

RGB 102 98 136 -
CMYK 0.25 0.28 0 0.47
HSL 246.32º 0.16% 0.46% -
HSV(B) 246.32º 0.28% 0.53% -
XYZ 14.29 13.34 25.11 -
YUV 103.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 102 98 136 0.25 0.28 0 0.47 246.32 0.16 0.46
Hex 66 62 88 19 1C 0 2F F6 10 2E
Octal 146 142 210 31 34 0 57 366 20 56
Binary 1100110 1100010 10001000 11001 11100 0 101111 11110110 10000 101110

Color Harmonies of #666288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666288

Black with #666288

Text Example


Text Example

White with #666288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666288; }

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

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

background-color css

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

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

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

border-color css

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

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

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