Html Css Color HEX #6A5774 Rum

📋 copy color: '#6A5774'

red 106 ◦ green 87 ◦ blue 116

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

Shades of Rum #6A5774

Tints of Rum #6A5774

RGB

 RED value IS 106 (41.8% from 255) = 34.3%

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 34.3%
G = 28.16%
B = 37.54%

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

#6A5774 (or 0x6A5774) is known color: Rum. HEX triplet: 6A, 57 and 74. RGB value is (106,87,116). Sum of RGB (Red+Green+Blue) = 106+87+116=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5774 is #95A88B. Grayscale: #5F5F5F. Windows color (decimal): -9808012 or 7624554. OLE color: 7624554.

HSL color Cylindrical-coordinate representation of color #6A5774: hue angle of 279.31º 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 #6A5774 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 87 116 -
CMYK 0.09 0.25 0 0.55
HSL 279.31º 0.14% 0.4% -
HSV(B) 279.31º 0.25% 0.45% -
XYZ 12.5 11.14 18.01 -
YUV 95.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 106 87 116 0.09 0.25 0 0.55 279.31 0.14 0.4
Hex 6A 57 74 9 19 0 37 117 E 28
Octal 152 127 164 11 31 0 67 427 16 50
Binary 1101010 1010111 1110100 1001 11001 0 110111 100010111 1110 101000

Color Harmonies of #6A5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5774

Black with #6A5774

Text Example


Text Example

White with #6A5774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A5774; }

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

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

background-color css

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

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

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

border-color css

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

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

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