Html Css Color HEX #666088 Kimberly

📋 copy color: '#666088'

red 102 ◦ green 96 ◦ blue 136

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

Shades of Kimberly #666088

Tints of Kimberly #666088

RGB

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

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

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

R = 30.54%
G = 28.74%
B = 40.72%

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

#666088 (or 0x666088) is known color: Kimberly. HEX triplet: 66, 60 and 88. RGB value is (102,96,136). Sum of RGB (Red+Green+Blue) = 102+96+136=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #666088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666088 is #999F77. Grayscale: #666666. Windows color (decimal): -10067832 or 8937574. OLE color: 8937574.

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

Color convert

RGB 102 96 136 -
CMYK 0.25 0.29 0 0.47
HSL 249º 0.17% 0.45% -
HSV(B) 249º 0.29% 0.53% -
XYZ 14.11 12.97 25.05 -
YUV 102.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 102 96 136 0.25 0.29 0 0.47 249 0.17 0.45
Hex 66 60 88 19 1D 0 2F F9 11 2D
Octal 146 140 210 31 35 0 57 371 21 55
Binary 1100110 1100000 10001000 11001 11101 0 101111 11111001 10001 101101

Color Harmonies of #666088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666088

Black with #666088

Text Example


Text Example

White with #666088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666088; }

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

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

background-color css

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

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

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

border-color css

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

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

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