#695C8C

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

Shades of Kimberly #695C8C

Tints of Kimberly #695C8C

Color information

#695C8C (or 0x695C8C) is unknown color: approx Kimberly. HEX triplet: 69, 5C and 8C. RGB value is (105,92,140). Sum of RGB (Red+Green+Blue) = 105+92+140=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #695C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695C8C is #96A373. Grayscale: #656565. Windows color (decimal): -9872244 or 9198697. OLE color: 9198697.

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

Color convert

RGB10592140-
CMYK0.250.3400.45
HSL256.25º20.69%45.49%-
HSV(B)256.25º34.29%54.9%-
XYZ14.3912.5526.48-
YUV101.36149.81130.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=31.16%
G=27.30%
B=41.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105921400.250.3400.45256.2520.6945.49
Hex695C8C192202D100152d
Octal15113421431420554002555
Binary110100110111001000110011001100010010110110000000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,92,140); }

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

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

 a { background-color: rgb(105,92,140); }

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

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

 span { border-color: rgb(105,92,140); }

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