Html Css Color HEX #66597C Kimberly

📋 copy color: '#66597C'

red 102 ◦ green 89 ◦ blue 124

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

Shades of Kimberly #66597C

Tints of Kimberly #66597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 32.38%
G = 28.25%
B = 39.37%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66597C (or 0x66597C) is known color: Kimberly. HEX triplet: 66, 59 and 7C. RGB value is (102,89,124). Sum of RGB (Red+Green+Blue) = 102+89+124=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #66597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66597C is #99A683. Grayscale: #606060. Windows color (decimal): -10069636 or 8149350. OLE color: 8149350.

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

Color convert

RGB 102 89 124 -
CMYK 0.18 0.28 0 0.51
HSL 262.29º 0.16% 0.42% -
HSV(B) 262.29º 0.28% 0.49% -
XYZ 12.69 11.42 20.61 -
YUV 96.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 102 89 124 0.18 0.28 0 0.51 262.29 0.16 0.42
Hex 66 59 7C 12 1C 0 33 106 10 2A
Octal 146 131 174 22 34 0 63 406 20 52
Binary 1100110 1011001 1111100 10010 11100 0 110011 100000110 10000 101010

Color Harmonies of #66597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66597C

Black with #66597C

Text Example


Text Example

White with #66597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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