Html Css Color HEX #6C0998 Purple

📋 copy color: '#6C0998'

red 108 ◦ green 9 ◦ blue 152

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

Shades of Purple #6C0998

Tints of Purple #6C0998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 40.15%
G = 3.35%
B = 56.51%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C0998 (or 0x6C0998) is known color: Purple. HEX triplet: 6C, 09 and 98. RGB value is (108,9,152). Sum of RGB (Red+Green+Blue) = 108+9+152=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C0998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0998 is #93F667. Grayscale: #363636. Windows color (decimal): -9696872 or 9963884. OLE color: 9963884.

HSL color Cylindrical-coordinate representation of color #6C0998: hue angle of 281.54º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0998 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 9 152 -
CMYK 0.29 0.94 0 0.40
HSL 281.54º 0.89% 0.32% -
HSV(B) 281.54º 0.94% 0.6% -
XYZ 11.95 5.65 30.17 -
YUV 54.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 108 9 152 0.29 0.94 0 0.40 281.54 0.89 0.32
Hex 6C 9 98 1D 5E 0 28 11A 59 20
Octal 154 11 230 35 136 0 50 432 131 40
Binary 1101100 1001 10011000 11101 1011110 0 101000 100011010 1011001 100000

Color Harmonies of #6C0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0998

Black with #6C0998

Text Example


Text Example

White with #6C0998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,9,152); }

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

background-color css

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

 a { background-color: rgb(108,9,152); }

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

border-color css

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

 span { border-color: rgb(108,9,152); }

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