#696585

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

Shades of Kimberly #696585

Tints of Kimberly #696585

Color information

#696585 (or 0x696585) is unknown color: approx Kimberly. HEX triplet: 69, 65 and 85. RGB value is (105,101,133). Sum of RGB (Red+Green+Blue) = 105+101+133=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #696585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696585 is #969A7A. Grayscale: #696969. Windows color (decimal): -9869947 or 8742249. OLE color: 8742249.

HSL color Cylindrical-coordinate representation of color #696585: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696585 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105101133-
CMYK0.210.2400.48
HSL247.5º13.68%45.88%-
HSV(B)247.5º24.06%52.16%-
XYZ14.711424.12-
YUV105.84143.33127.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=30.97%
G=29.79%
B=39.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051011330.210.2400.48247.513.6845.88
Hex6965851518030f8e2e
Octal15114520525300603701656
Binary110100111001011000010110101110000110000111110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696585; }

 p { color: rgb(105,101,133); }

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

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

 a { background-color: rgb(105,101,133); }

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

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

 span { border-color: rgb(105,101,133); }

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