Html Css Color HEX #666081 Kimberly

📋 copy color: '#666081'

red 102 ◦ green 96 ◦ blue 129

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

Shades of Kimberly #666081

Tints of Kimberly #666081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

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

R = 31.19%
G = 29.36%
B = 39.45%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#666081 (or 0x666081) is known color: Kimberly. HEX triplet: 66, 60 and 81. RGB value is (102,96,129). Sum of RGB (Red+Green+Blue) = 102+96+129=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #666081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666081 is #999F7E. Grayscale: #656565. Windows color (decimal): -10067839 or 8478822. OLE color: 8478822.

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

Color convert

RGB 102 96 129 -
CMYK 0.21 0.26 0 0.49
HSL 250.91º 0.15% 0.44% -
HSV(B) 250.91º 0.26% 0.51% -
XYZ 13.62 12.78 22.52 -
YUV 101.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 102 96 129 0.21 0.26 0 0.49 250.91 0.15 0.44
Hex 66 60 81 15 1A 0 31 FB F 2C
Octal 146 140 201 25 32 0 61 373 17 54
Binary 1100110 1100000 10000001 10101 11010 0 110001 11111011 1111 101100

Color Harmonies of #666081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666081

Black with #666081

Text Example


Text Example

White with #666081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666081; }

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

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

background-color css

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

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

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

border-color css

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

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

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