Html Css Color HEX #666180 Kimberly

📋 copy color: '#666180'

red 102 ◦ green 97 ◦ blue 128

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

Shades of Kimberly #666180

Tints of Kimberly #666180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.14%

R = 31.19%
G = 29.66%
B = 39.14%

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

#666180 (or 0x666180) is known color: Kimberly. HEX triplet: 66, 61 and 80. RGB value is (102,97,128). Sum of RGB (Red+Green+Blue) = 102+97+128=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #666180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666180 is #999E7F. Grayscale: #656565. Windows color (decimal): -10067584 or 8413542. OLE color: 8413542.

HSL color Cylindrical-coordinate representation of color #666180: hue angle of 249.68º degrees, saturation: 0.14, 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 #666180 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 97 128 -
CMYK 0.20 0.24 0 0.50
HSL 249.68º 0.14% 0.44% -
HSV(B) 249.68º 0.24% 0.5% -
XYZ 13.65 12.93 22.2 -
YUV 102.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 102 97 128 0.20 0.24 0 0.50 249.68 0.14 0.44
Hex 66 61 80 14 18 0 32 FA E 2C
Octal 146 141 200 24 30 0 62 372 16 54
Binary 1100110 1100001 10000000 10100 11000 0 110010 11111010 1110 101100

Color Harmonies of #666180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666180

Black with #666180

Text Example


Text Example

White with #666180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666180; }

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

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

background-color css

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

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

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

border-color css

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

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

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