Html Css Color HEX #695574 Rum

📋 copy color: '#695574'

red 105 ◦ green 85 ◦ blue 116

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

Shades of Rum #695574

Tints of Rum #695574

RGB

 RED value IS 105 (41.41% from 255) = 34.31%

 GREEN value IS 85 (33.59% from 255) = 27.78%

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 34.31%
G = 27.78%
B = 37.91%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695574 (or 0x695574) is known color: Rum. HEX triplet: 69, 55 and 74. RGB value is (105,85,116). Sum of RGB (Red+Green+Blue) = 105+85+116=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #695574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695574 is #96AA8B. Grayscale: #5E5E5E. Windows color (decimal): -9874060 or 7624041. OLE color: 7624041.

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

Color convert

RGB 105 85 116 -
CMYK 0.09 0.27 0 0.55
HSL 278.71º 0.15% 0.39% -
HSV(B) 278.71º 0.27% 0.45% -
XYZ 12.23 10.76 17.96 -
YUV 94.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 105 85 116 0.09 0.27 0 0.55 278.71 0.15 0.39
Hex 69 55 74 9 1B 0 37 117 F 27
Octal 151 125 164 11 33 0 67 427 17 47
Binary 1101001 1010101 1110100 1001 11011 0 110111 100010111 1111 100111

Color Harmonies of #695574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695574

Black with #695574

Text Example


Text Example

White with #695574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695574; }

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

 H1.HeaderClassName
 {
   color: #695574;
 }
 .AnyTagClassName
 {
   color: #695574;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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