#696485

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

Shades of Kimberly #696485

Tints of Kimberly #696485

Color information

#696485 (or 0x696485) is unknown color: approx Kimberly. HEX triplet: 69, 64 and 85. RGB value is (105,100,133). Sum of RGB (Red+Green+Blue) = 105+100+133=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #696485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696485 is #969B7A. Grayscale: #696969. Windows color (decimal): -9870203 or 8741993. OLE color: 8741993.

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

Color convert

RGB105100133-
CMYK0.210.2500.48
HSL249.09º14.16%45.69%-
HSV(B)249.09º24.81%52.16%-
XYZ14.6213.8124.09-
YUV105.26143.66127.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=31.07%
G=29.59%
B=39.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051001330.210.2500.48249.0914.1645.69
Hex6964851519030f9e2e
Octal15114420525310603711656
Binary110100111001001000010110101110010110000111110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696485; }

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

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

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

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

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

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

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

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