Html Css Color HEX #6B274E Pompadour

📋 copy color: '#6B274E'

red 107 ◦ green 39 ◦ blue 78

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

Shades of Pompadour #6B274E

Tints of Pompadour #6B274E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.82%

R = 47.77%
G = 17.41%
B = 34.82%

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

#6B274E (or 0x6B274E) is known color: Pompadour. HEX triplet: 6B, 27 and 4E. RGB value is (107,39,78). Sum of RGB (Red+Green+Blue) = 107+39+78=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B274E is #94D8B1. Grayscale: #3F3F3F. Windows color (decimal): -9754802 or 5121899. OLE color: 5121899.

HSL color Cylindrical-coordinate representation of color #6B274E: hue angle of 325.59º 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 #6B274E is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 39 78 -
CMYK 0 0.64 0.27 0.58
HSL 325.59º 0.47% 0.29% -
HSV(B) 325.59º 0.64% 0.42% -
XYZ 8.16 5.13 7.77 -
YUV 63.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 107 39 78 0 0.64 0.27 0.58 325.59 0.47 0.29
Hex 6B 27 4E 0 40 1B 3A 146 2F 1D
Octal 153 47 116 0 100 33 72 506 57 35
Binary 1101011 100111 1001110 0 1000000 11011 111010 101000110 101111 11101

Color Harmonies of #6B274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B274E

Black with #6B274E

Text Example


Text Example

White with #6B274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,39,78); }

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

background-color css

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

 a { background-color: rgb(107,39,78); }

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

border-color css

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

 span { border-color: rgb(107,39,78); }

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