Html Css Color HEX #6B4062 Palatinate Purple

📋 copy color: '#6B4062'

red 107 ◦ green 64 ◦ blue 98

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

Shades of Palatinate Purple #6B4062

Tints of Palatinate Purple #6B4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 39.78%
G = 23.79%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6B4062 (or 0x6B4062) is known color: Palatinate Purple. HEX triplet: 6B, 40 and 62. RGB value is (107,64,98). Sum of RGB (Red+Green+Blue) = 107+64+98=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4062 is #94BF9D. Grayscale: #505050. Windows color (decimal): -9748382 or 6439019. OLE color: 6439019.

HSL color Cylindrical-coordinate representation of color #6B4062: hue angle of 312.56º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B4062 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 64 98 -
CMYK 0 0.40 0.08 0.58
HSL 312.56º 0.25% 0.34% -
HSV(B) 312.56º 0.4% 0.42% -
XYZ 10.1 7.67 12.5 -
YUV 80.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 107 64 98 0 0.40 0.08 0.58 312.56 0.25 0.34
Hex 6B 40 62 0 28 8 3A 139 19 22
Octal 153 100 142 0 50 10 72 471 31 42
Binary 1101011 1000000 1100010 0 101000 1000 111010 100111001 11001 100010

Color Harmonies of #6B4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4062

Black with #6B4062

Text Example


Text Example

White with #6B4062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,98); }

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

background-color css

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

 a { background-color: rgb(107,64,98); }

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

border-color css

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

 span { border-color: rgb(107,64,98); }

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