#695D83

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

Shades of Kimberly #695D83

Tints of Kimberly #695D83

Color information

#695D83 (or 0x695D83) is unknown color: approx Kimberly. HEX triplet: 69, 5D and 83. RGB value is (105,93,131). Sum of RGB (Red+Green+Blue) = 105+93+131=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #695D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D83 is #96A27C. Grayscale: #646464. Windows color (decimal): -9871997 or 8609129. OLE color: 8609129.

HSL color Cylindrical-coordinate representation of color #695D83: hue angle of 258.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #695D83 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10593131-
CMYK0.200.2900.49
HSL258.95º16.96%43.92%-
HSV(B)258.95º29.01%51.37%-
XYZ13.8412.4723.15-
YUV100.92144.98130.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=31.91%
G=28.27%
B=39.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105931310.200.2900.49258.9516.9643.92
Hex695D83141D031103112c
Octal15113520324350614032154
Binary11010011011101100000111010011101011000110000001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695D83; }

 p { color: rgb(105,93,131); }

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

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

 a { background-color: rgb(105,93,131); }

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

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

 span { border-color: rgb(105,93,131); }

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