#695B8B

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

Shades of Kimberly #695B8B

Tints of Kimberly #695B8B

Color information

#695B8B (or 0x695B8B) is unknown color: approx Kimberly. HEX triplet: 69, 5B and 8B. RGB value is (105,91,139). Sum of RGB (Red+Green+Blue) = 105+91+139=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #695B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695B8B is #96A474. Grayscale: #646464. Windows color (decimal): -9872501 or 9132905. OLE color: 9132905.

HSL color Cylindrical-coordinate representation of color #695B8B: hue angle of 257.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695B8B is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10591139-
CMYK0.240.3500.45
HSL257.5º20.87%45.1%-
HSV(B)257.5º34.53%54.51%-
XYZ14.2312.3526.06-
YUV100.66149.64131.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=31.34%
G=27.16%
B=41.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105911390.240.3500.45257.520.8745.1
Hex695B8B182302D102152d
Octal15113321330430554022555
Binary110100110110111000101111000100011010110110000001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,139); }

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

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

 a { background-color: rgb(105,91,139); }

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

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

 span { border-color: rgb(105,91,139); }

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