Html Css Color HEX #6C6270 Rum

📋 copy color: '#6C6270'

red 108 ◦ green 98 ◦ blue 112

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

Shades of Rum #6C6270

Tints of Rum #6C6270

RGB

 RED value IS 108 (42.58% from 255) = 33.96%

 GREEN value IS 98 (38.67% from 255) = 30.82%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 33.96%
G = 30.82%
B = 35.22%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C6270 (or 0x6C6270) is known color: Rum. HEX triplet: 6C, 62 and 70. RGB value is (108,98,112). Sum of RGB (Red+Green+Blue) = 108+98+112=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C6270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6270 is #939D8F. Grayscale: #666666. Windows color (decimal): -9674128 or 7365228. OLE color: 7365228.

HSL color Cylindrical-coordinate representation of color #6C6270: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C6270 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 98 112 -
CMYK 0.04 0.13 0 0.56
HSL 282.86º 0.07% 0.41% -
HSV(B) 282.86º 0.13% 0.44% -
XYZ 13.48 13.09 17.15 -
YUV 102.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 108 98 112 0.04 0.13 0 0.56 282.86 0.07 0.41
Hex 6C 62 70 4 D 0 38 11B 7 29
Octal 154 142 160 4 15 0 70 433 7 51
Binary 1101100 1100010 1110000 100 1101 0 111000 100011011 111 101001

Color Harmonies of #6C6270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6270

Black with #6C6270

Text Example


Text Example

White with #6C6270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,98,112); }

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

background-color css

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

 a { background-color: rgb(108,98,112); }

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

border-color css

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

 span { border-color: rgb(108,98,112); }

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