Html Css Color HEX #66617F Kimberly

📋 copy color: '#66617F'

red 102 ◦ green 97 ◦ blue 127

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

Shades of Kimberly #66617F

Tints of Kimberly #66617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 31.29%
G = 29.75%
B = 38.96%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#66617F (or 0x66617F) is known color: Kimberly. HEX triplet: 66, 61 and 7F. RGB value is (102,97,127). Sum of RGB (Red+Green+Blue) = 102+97+127=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #66617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66617F is #999E80. Grayscale: #656565. Windows color (decimal): -10067585 or 8348006. OLE color: 8348006.

HSL color Cylindrical-coordinate representation of color #66617F: hue angle of 250º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66617F is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 97 127 -
CMYK 0.20 0.24 0 0.50
HSL 250º 0.13% 0.44% -
HSV(B) 250º 0.24% 0.5% -
XYZ 13.58 12.91 21.85 -
YUV 101.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 102 97 127 0.20 0.24 0 0.50 250 0.13 0.44
Hex 66 61 7F 14 18 0 32 FA D 2C
Octal 146 141 177 24 30 0 62 372 15 54
Binary 1100110 1100001 1111111 10100 11000 0 110010 11111010 1101 101100

Color Harmonies of #66617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66617F

Black with #66617F

Text Example


Text Example

White with #66617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66617F; }

 p { color: rgb(102,97,127); }

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

background-color css

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

 a { background-color: rgb(102,97,127); }

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

border-color css

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

 span { border-color: rgb(102,97,127); }

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