Html Css Color HEX #6B5774 Rum

📋 copy color: '#6B5774'

red 107 ◦ green 87 ◦ blue 116

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

Shades of Rum #6B5774

Tints of Rum #6B5774

RGB

 RED value IS 107 (42.19% from 255) = 34.52%

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

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

R = 34.52%
G = 28.06%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B5774 (or 0x6B5774) is known color: Rum. HEX triplet: 6B, 57 and 74. RGB value is (107,87,116). Sum of RGB (Red+Green+Blue) = 107+87+116=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5774 is #94A88B. Grayscale: #606060. Windows color (decimal): -9742476 or 7624555. OLE color: 7624555.

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

Color convert

RGB 107 87 116 -
CMYK 0.08 0.25 0 0.55
HSL 281.38º 0.14% 0.4% -
HSV(B) 281.38º 0.25% 0.45% -
XYZ 12.62 11.2 18.02 -
YUV 96.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 107 87 116 0.08 0.25 0 0.55 281.38 0.14 0.4
Hex 6B 57 74 8 19 0 37 119 E 28
Octal 153 127 164 10 31 0 67 431 16 50
Binary 1101011 1010111 1110100 1000 11001 0 110111 100011001 1110 101000

Color Harmonies of #6B5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5774

Black with #6B5774

Text Example


Text Example

White with #6B5774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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