Html Css Color HEX #666089 Kimberly

📋 copy color: '#666089'

red 102 ◦ green 96 ◦ blue 137

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

Shades of Kimberly #666089

Tints of Kimberly #666089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 30.45%
G = 28.66%
B = 40.9%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#666089 (or 0x666089) is known color: Kimberly. HEX triplet: 66, 60 and 89. RGB value is (102,96,137). Sum of RGB (Red+Green+Blue) = 102+96+137=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #666089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666089 is #999F76. Grayscale: #666666. Windows color (decimal): -10067831 or 9003110. OLE color: 9003110.

HSL color Cylindrical-coordinate representation of color #666089: hue angle of 248.78º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666089 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 96 137 -
CMYK 0.26 0.30 0 0.46
HSL 248.78º 0.18% 0.46% -
HSV(B) 248.78º 0.3% 0.54% -
XYZ 14.18 13 25.43 -
YUV 102.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 102 96 137 0.26 0.30 0 0.46 248.78 0.18 0.46
Hex 66 60 89 1A 1E 0 2E F9 12 2E
Octal 146 140 211 32 36 0 56 371 22 56
Binary 1100110 1100000 10001001 11010 11110 0 101110 11111001 10010 101110

Color Harmonies of #666089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666089

Black with #666089

Text Example


Text Example

White with #666089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666089; }

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

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

background-color css

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

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

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

border-color css

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

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

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