Html Css Color HEX #6F0698 Purple

📋 copy color: '#6F0698'

red 111 ◦ green 6 ◦ blue 152

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

Shades of Purple #6F0698

Tints of Purple #6F0698

RGB

 RED value IS 111 (43.75% from 255) = 41.26%

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 41.26%
G = 2.23%
B = 56.51%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F0698 (or 0x6F0698) is known color: Purple. HEX triplet: 6F, 06 and 98. RGB value is (111,6,152). Sum of RGB (Red+Green+Blue) = 111+6+152=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 6 (2.73% from 255 or 2.23% 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 #6F0698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0698 is #90F967. Grayscale: #353535. Windows color (decimal): -9501032 or 9963119. OLE color: 9963119.

HSL color Cylindrical-coordinate representation of color #6F0698: hue angle of 283.15º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0698 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 6 152 -
CMYK 0.27 0.96 0 0.40
HSL 283.15º 0.92% 0.31% -
HSV(B) 283.15º 0.96% 0.6% -
XYZ 12.29 5.78 30.17 -
YUV 54.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 111 6 152 0.27 0.96 0 0.40 283.15 0.92 0.31
Hex 6F 6 98 1B 60 0 28 11B 5C 1F
Octal 157 6 230 33 140 0 50 433 134 37
Binary 1101111 110 10011000 11011 1100000 0 101000 100011011 1011100 11111

Color Harmonies of #6F0698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0698

Black with #6F0698

Text Example


Text Example

White with #6F0698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,152); }

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

background-color css

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

 a { background-color: rgb(111,6,152); }

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

border-color css

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

 span { border-color: rgb(111,6,152); }

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