Html Css Color HEX #695774 Rum

📋 copy color: '#695774'

red 105 ◦ green 87 ◦ blue 116

#695774
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #695774

Tints of Rum #695774

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.7% from 255) = 37.66%

R = 34.09%
G = 28.25%
B = 37.66%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695774 (or 0x695774) is known color: 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

RGB 105 87 116 -
CMYK 0.09 0.25 0 0.55
HSL 277.24º 0.14% 0.4% -
HSV(B) 277.24º 0.25% 0.45% -
XYZ 12.39 11.08 18.01 -
YUV 95.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 105 87 116 0.09 0.25 0 0.55 277.24 0.14 0.4
Hex 69 57 74 9 19 0 37 115 E 28
Octal 151 127 164 11 31 0 67 425 16 50
Binary 1101001 1010111 1110100 1001 11001 0 110111 100010101 1110 101000

Color Harmonies of #695774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695774

Black with #695774

Text Example


Text Example

White with #695774

Text Example


Text Example

HTML Codes & Css Web 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>