#695774

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

Shades of Rum #695774

Tints of Rum #695774

Color information

#695774 (or 0x695774) is unknown color: approx Rum. HEX triplet: 69, 57 and 74. RGB value is (105,87,116). Sum of RGB (Red+Green+Blue) = 105+87+116=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 116 - color contains mainly: blue. Hex color #695774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695774 is #96A88B. Grayscale: #5F5F5F. Windows color (decimal): -9873548 or 7624553. OLE color: 7624553.

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

Color convert

RGB10587116-
CMYK0.090.2500.55
HSL277.24º14.29%39.8%-
HSV(B)277.24º25%45.49%-
XYZ12.3911.0818.01-
YUV95.69139.46134.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=34.09%
G=28.25%
B=37.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105871160.090.2500.55277.2414.2939.8
Hex695774919037115e28
Octal15112716411310674251650
Binary11010011010111111010010011100101101111000101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695774; }

 p { color: rgb(105,87,116); }

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

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

 a { background-color: rgb(105,87,116); }

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

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

 span { border-color: rgb(105,87,116); }

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