Html Css Color HEX #66597E Kimberly

📋 copy color: '#66597E'

red 102 ◦ green 89 ◦ blue 126

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

Shades of Kimberly #66597E

Tints of Kimberly #66597E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

 BLUE value IS 126 (49.61% from 255) = 39.75%

R = 32.18%
G = 28.08%
B = 39.75%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66597E (or 0x66597E) is known color: Kimberly. HEX triplet: 66, 59 and 7E. RGB value is (102,89,126). Sum of RGB (Red+Green+Blue) = 102+89+126=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #66597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66597E is #99A681. Grayscale: #606060. Windows color (decimal): -10069634 or 8280422. OLE color: 8280422.

HSL color Cylindrical-coordinate representation of color #66597E: hue angle of 261.08º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66597E is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 89 126 -
CMYK 0.19 0.29 0 0.51
HSL 261.08º 0.17% 0.42% -
HSV(B) 261.08º 0.29% 0.49% -
XYZ 12.82 11.48 21.28 -
YUV 97.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 102 89 126 0.19 0.29 0 0.51 261.08 0.17 0.42
Hex 66 59 7E 13 1D 0 33 105 11 2A
Octal 146 131 176 23 35 0 63 405 21 52
Binary 1100110 1011001 1111110 10011 11101 0 110011 100000101 10001 101010

Color Harmonies of #66597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66597E

Black with #66597E

Text Example


Text Example

White with #66597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66597E; }

 p { color: rgb(102,89,126); }

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

background-color css

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

 a { background-color: rgb(102,89,126); }

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

border-color css

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

 span { border-color: rgb(102,89,126); }

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