Html Css Color HEX #695873 Rum

📋 copy color: '#695873'

red 105 ◦ green 88 ◦ blue 115

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

Shades of Rum #695873

Tints of Rum #695873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.57%

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 34.09%
G = 28.57%
B = 37.34%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695873 (or 0x695873) is known color: Rum. HEX triplet: 69, 58 and 73. RGB value is (105,88,115). Sum of RGB (Red+Green+Blue) = 105+88+115=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #695873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695873 is #96A78C. Grayscale: #606060. Windows color (decimal): -9873293 or 7559273. OLE color: 7559273.

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

Color convert

RGB 105 88 115 -
CMYK 0.09 0.23 0 0.55
HSL 277.78º 0.13% 0.4% -
HSV(B) 277.78º 0.23% 0.45% -
XYZ 12.41 11.22 17.73 -
YUV 96.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 105 88 115 0.09 0.23 0 0.55 277.78 0.13 0.4
Hex 69 58 73 9 17 0 37 116 D 28
Octal 151 130 163 11 27 0 67 426 15 50
Binary 1101001 1011000 1110011 1001 10111 0 110111 100010110 1101 101000

Color Harmonies of #695873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695873

Black with #695873

Text Example


Text Example

White with #695873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695873; }

 p { color: rgb(105,88,115); }

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

background-color css

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

 a { background-color: rgb(105,88,115); }

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

border-color css

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

 span { border-color: rgb(105,88,115); }

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