#695984

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

Shades of Kimberly #695984

Tints of Kimberly #695984

Color information

#695984 (or 0x695984) is unknown color: approx Kimberly. HEX triplet: 69, 59 and 84. RGB value is (105,89,132). Sum of RGB (Red+Green+Blue) = 105+89+132=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #695984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695984 is #96A67B. Grayscale: #626262. Windows color (decimal): -9873020 or 8673641. OLE color: 8673641.

HSL color Cylindrical-coordinate representation of color #695984: hue angle of 262.33º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #695984 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10589132-
CMYK0.200.3300.48
HSL262.33º19.46%43.33%-
HSV(B)262.33º32.58%51.76%-
XYZ13.5611.8123.4-
YUV98.69146.8132.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=32.21%
G=27.30%
B=40.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105891320.200.3300.48262.3319.4643.33
Hex6959841421030106132b
Octal15113120424410604062353
Binary110100110110011000010010100100001011000010000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695984; }

 p { color: rgb(105,89,132); }

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

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

 a { background-color: rgb(105,89,132); }

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

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

 span { border-color: rgb(105,89,132); }

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