Html Css Color HEX #6C086F Purple

📋 copy color: '#6C086F'

red 108 ◦ green 8 ◦ blue 111

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

Shades of Purple #6C086F

Tints of Purple #6C086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

 BLUE value IS 111 (43.75% from 255) = 48.9%

R = 47.58%
G = 3.52%
B = 48.9%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C086F (or 0x6C086F) is known color: Purple. HEX triplet: 6C, 08 and 6F. RGB value is (108,8,111). Sum of RGB (Red+Green+Blue) = 108+8+111=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C086F is #93F790. Grayscale: #313131. Windows color (decimal): -9697169 or 7276652. OLE color: 7276652.

HSL color Cylindrical-coordinate representation of color #6C086F: hue angle of 298.25º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C086F is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 8 111 -
CMYK 0.03 0.93 0 0.56
HSL 298.25º 0.87% 0.23% -
HSV(B) 298.25º 0.93% 0.44% -
XYZ 9.14 4.51 15.43 -
YUV 49.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 108 8 111 0.03 0.93 0 0.56 298.25 0.87 0.23
Hex 6C 8 6F 3 5D 0 38 12A 57 17
Octal 154 10 157 3 135 0 70 452 127 27
Binary 1101100 1000 1101111 11 1011101 0 111000 100101010 1010111 10111

Color Harmonies of #6C086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C086F

Black with #6C086F

Text Example


Text Example

White with #6C086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,8,111); }

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

background-color css

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

 a { background-color: rgb(108,8,111); }

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

border-color css

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

 span { border-color: rgb(108,8,111); }

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