Html Css Color HEX #6C274F Pompadour

📋 copy color: '#6C274F'

red 108 ◦ green 39 ◦ blue 79

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

Shades of Pompadour #6C274F

Tints of Pompadour #6C274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 47.79%
G = 17.26%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C274F (or 0x6C274F) is known color: Pompadour. HEX triplet: 6C, 27 and 4F. RGB value is (108,39,79). Sum of RGB (Red+Green+Blue) = 108+39+79=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C274F is #93D8B0. Grayscale: #404040. Windows color (decimal): -9689265 or 5187436. OLE color: 5187436.

HSL color Cylindrical-coordinate representation of color #6C274F: hue angle of 325.22º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C274F is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 39 79 -
CMYK 0 0.64 0.27 0.58
HSL 325.22º 0.47% 0.29% -
HSV(B) 325.22º 0.64% 0.42% -
XYZ 8.32 5.2 7.96 -
YUV 64.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 108 39 79 0 0.64 0.27 0.58 325.22 0.47 0.29
Hex 6C 27 4F 0 40 1B 3A 145 2F 1D
Octal 154 47 117 0 100 33 72 505 57 35
Binary 1101100 100111 1001111 0 1000000 11011 111010 101000101 101111 11101

Color Harmonies of #6C274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C274F

Black with #6C274F

Text Example


Text Example

White with #6C274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,39,79); }

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

background-color css

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

 a { background-color: rgb(108,39,79); }

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

border-color css

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

 span { border-color: rgb(108,39,79); }

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