Html Css Color HEX #6F6675 Rum

📋 copy color: '#6F6675'

red 111 ◦ green 102 ◦ blue 117

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

Shades of Rum #6F6675

Tints of Rum #6F6675

RGB

 RED value IS 111 (43.75% from 255) = 33.64%

 GREEN value IS 102 (40.23% from 255) = 30.91%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 33.64%
G = 30.91%
B = 35.45%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F6675 (or 0x6F6675) is known color: Rum. HEX triplet: 6F, 66 and 75. RGB value is (111,102,117). Sum of RGB (Red+Green+Blue) = 111+102+117=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6675 is #90998A. Grayscale: #6A6A6A. Windows color (decimal): -9476491 or 7693935. OLE color: 7693935.

HSL color Cylindrical-coordinate representation of color #6F6675: hue angle of 276º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6675 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 102 117 -
CMYK 0.05 0.13 0 0.54
HSL 276º 0.07% 0.43% -
HSV(B) 276º 0.13% 0.46% -
XYZ 14.52 14.17 18.8 -
YUV 106.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 111 102 117 0.05 0.13 0 0.54 276 0.07 0.43
Hex 6F 66 75 5 D 0 36 114 7 2B
Octal 157 146 165 5 15 0 66 424 7 53
Binary 1101111 1100110 1110101 101 1101 0 110110 100010100 111 101011

Color Harmonies of #6F6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6675

Black with #6F6675

Text Example


Text Example

White with #6F6675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,117); }

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

background-color css

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

 a { background-color: rgb(111,102,117); }

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

border-color css

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

 span { border-color: rgb(111,102,117); }

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