#665E7F

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

Shades of Kimberly #665E7F

Tints of Kimberly #665E7F

Color information

#665E7F (or 0x665E7F) is unknown color: approx Kimberly. HEX triplet: 66, 5E and 7F. RGB value is (102,94,127). Sum of RGB (Red+Green+Blue) = 102+94+127=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #665E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E7F is #99A180. Grayscale: #646464. Windows color (decimal): -10068353 or 8347238. OLE color: 8347238.

HSL color Cylindrical-coordinate representation of color #665E7F: hue angle of 254.55º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #665E7F is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10294127-
CMYK0.200.2600.50
HSL254.55º14.93%43.33%-
HSV(B)254.55º25.98%49.8%-
XYZ13.3112.3621.76-
YUV100.15143.15129.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 127 (50% from 255) = 39.32%
R=31.58%
G=29.10%
B=39.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102941270.200.2600.50254.5514.9343.33
Hex665E7F141A032fff2b
Octal14613617724320623771753
Binary11001101011110111111110100110100110010111111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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