#695881

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

Shades of Kimberly #695881

Tints of Kimberly #695881

Color information

#695881 (or 0x695881) is unknown color: approx Kimberly. HEX triplet: 69, 58 and 81. RGB value is (105,88,129). Sum of RGB (Red+Green+Blue) = 105+88+129=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #695881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695881 is #96A77E. Grayscale: #616161. Windows color (decimal): -9873279 or 8476777. OLE color: 8476777.

HSL color Cylindrical-coordinate representation of color #695881: hue angle of 264.88º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #695881 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10588129-
CMYK0.190.3200.49
HSL264.88º18.89%42.55%-
HSV(B)264.88º31.78%50.59%-
XYZ13.2811.5722.3-
YUV97.76145.63133.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=32.61%
G=27.33%
B=40.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105881290.190.3200.49264.8818.8942.55
Hex6958811320031109132b
Octal15113020123400614112353
Binary110100110110001000000110011100000011000110000100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695881; }

 p { color: rgb(105,88,129); }

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

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

 a { background-color: rgb(105,88,129); }

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

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

 span { border-color: rgb(105,88,129); }

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