Html Css Color HEX #666181 Kimberly

📋 copy color: '#666181'

red 102 ◦ green 97 ◦ blue 129

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

Shades of Kimberly #666181

Tints of Kimberly #666181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 31.1%
G = 29.57%
B = 39.33%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#666181 (or 0x666181) is known color: Kimberly. HEX triplet: 66, 61 and 81. RGB value is (102,97,129). Sum of RGB (Red+Green+Blue) = 102+97+129=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 129 - color contains mainly: blue. Hex color #666181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666181 is #999E7E. Grayscale: #666666. Windows color (decimal): -10067583 or 8479078. OLE color: 8479078.

HSL color Cylindrical-coordinate representation of color #666181: hue angle of 249.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666181 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 97 129 -
CMYK 0.21 0.25 0 0.49
HSL 249.38º 0.14% 0.44% -
HSV(B) 249.38º 0.25% 0.51% -
XYZ 13.72 12.96 22.55 -
YUV 102.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 102 97 129 0.21 0.25 0 0.49 249.38 0.14 0.44
Hex 66 61 81 15 19 0 31 F9 E 2C
Octal 146 141 201 25 31 0 61 371 16 54
Binary 1100110 1100001 10000001 10101 11001 0 110001 11111001 1110 101100

Color Harmonies of #666181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666181

Black with #666181

Text Example


Text Example

White with #666181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666181; }

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

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

background-color css

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

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

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

border-color css

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

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

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