#665F81

Color #665F81 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #665F81

Tints of Kimberly #665F81

Color information

#665F81 (or 0x665F81) is unknown color: approx Kimberly. HEX triplet: 66, 5F and 81. RGB value is (102,95,129). Sum of RGB (Red+Green+Blue) = 102+95+129=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #665F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F81 is #99A07E. Grayscale: #646464. Windows color (decimal): -10068095 or 8478566. OLE color: 8478566.

HSL color Cylindrical-coordinate representation of color #665F81: hue angle of 252.35º 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 #665F81 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10295129-
CMYK0.210.2600.49
HSL252.35º15.18%43.92%-
HSV(B)252.35º26.36%50.59%-
XYZ13.5312.5922.49-
YUV100.97143.82128.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=31.29%
G=29.14%
B=39.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102951290.210.2600.49252.3515.1843.92
Hex665F81151A031fcf2c
Octal14613720125320613741754
Binary110011010111111000000110101110100110001111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665F81; }

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

 H1.HeaderClassName
 {
   color: #665F81;
 }
 .AnyTagClassName
 {
   color: #665F81;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #665F81;
 }
 .BgClassName
 {
   background-color: #665F81;
 }
</style>
border-color css

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

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

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