Html Css Color HEX #6C4099 Royal Purple

📋 copy color: '#6C4099'

red 108 ◦ green 64 ◦ blue 153

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

Shades of Royal Purple #6C4099

Tints of Royal Purple #6C4099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 33.23%
G = 19.69%
B = 47.08%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C4099 (or 0x6C4099) is known color: Royal Purple. HEX triplet: 6C, 40 and 99. RGB value is (108,64,153). Sum of RGB (Red+Green+Blue) = 108+64+153=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C4099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4099 is #93BF66. Grayscale: #565656. Windows color (decimal): -9682791 or 10043500. OLE color: 10043500.

HSL color Cylindrical-coordinate representation of color #6C4099: hue angle of 269.66º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C4099 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 64 153 -
CMYK 0.29 0.58 0 0.4
HSL 269.66º 0.41% 0.43% -
HSV(B) 269.66º 0.58% 0.6% -
XYZ 13.77 9.15 31.18 -
YUV 87.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 108 64 153 0.29 0.58 0 0.4 269.66 0.41 0.43
Hex 6C 40 99 1D 3A 0 28 10E 29 2B
Octal 154 100 231 35 72 0 50 416 51 53
Binary 1101100 1000000 10011001 11101 111010 0 101000 100001110 101001 101011

Color Harmonies of #6C4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4099

Black with #6C4099

Text Example


Text Example

White with #6C4099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,64,153); }

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

background-color css

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

 a { background-color: rgb(108,64,153); }

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

border-color css

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

 span { border-color: rgb(108,64,153); }

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