#665E7B

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

Shades of Kimberly #665E7B

Tints of Kimberly #665E7B

Color information

#665E7B (or 0x665E7B) is unknown color: approx Kimberly. HEX triplet: 66, 5E and 7B. RGB value is (102,94,123). Sum of RGB (Red+Green+Blue) = 102+94+123=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #665E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E7B is #99A184. Grayscale: #636363. Windows color (decimal): -10068357 or 8085094. OLE color: 8085094.

HSL color Cylindrical-coordinate representation of color #665E7B: hue angle of 256.55º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #665E7B is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10294123-
CMYK0.170.2400.52
HSL256.55º13.36%42.55%-
HSV(B)256.55º23.58%48.24%-
XYZ13.0612.2620.42-
YUV99.7141.15129.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=31.97%
G=29.47%
B=38.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102941230.170.2400.52256.5513.3642.55
Hex665E7B1118034101d2b
Octal14613617321300644011553
Binary110011010111101111011100011100001101001000000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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