#696385

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

Shades of Kimberly #696385

Tints of Kimberly #696385

Color information

#696385 (or 0x696385) is unknown color: approx Kimberly. HEX triplet: 69, 63 and 85. RGB value is (105,99,133). Sum of RGB (Red+Green+Blue) = 105+99+133=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #696385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696385 is #969C7A. Grayscale: #686868. Windows color (decimal): -9870459 or 8741737. OLE color: 8741737.

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

Color convert

RGB10599133-
CMYK0.210.2600.48
HSL250.59º14.66%45.49%-
HSV(B)250.59º25.56%52.16%-
XYZ14.5213.6224.05-
YUV104.67143.99128.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=31.16%
G=29.38%
B=39.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105991330.210.2600.48250.5914.6645.49
Hex696385151A030fbf2d
Octal15114320525320603731755
Binary110100111000111000010110101110100110000111110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696385; }

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

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

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

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

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

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

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

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