Html Css Color HEX #6E0269 Purple

📋 copy color: '#6E0269'

red 110 ◦ green 2 ◦ blue 105

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

Shades of Purple #6E0269

Tints of Purple #6E0269

RGB

 RED value IS 110 (43.36% from 255) = 50.69%

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 105 (41.41% from 255) = 48.39%

R = 50.69%
G = 0.92%
B = 48.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6E0269 (or 0x6E0269) is known color: Purple. HEX triplet: 6E, 02 and 69. RGB value is (110,2,105). Sum of RGB (Red+Green+Blue) = 110+2+105=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0269 is #91FD96. Grayscale: #2D2D2D. Windows color (decimal): -9567639 or 6881902. OLE color: 6881902.

HSL color Cylindrical-coordinate representation of color #6E0269: hue angle of 302.78º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E0269 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 2 105 -
CMYK 0 0.98 0.05 0.57
HSL 302.78º 0.96% 0.22% -
HSV(B) 302.78º 0.98% 0.43% -
XYZ 9 4.38 13.74 -
YUV 46.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 110 2 105 0 0.98 0.05 0.57 302.78 0.96 0.22
Hex 6E 2 69 0 62 5 39 12F 60 16
Octal 156 2 151 0 142 5 71 457 140 26
Binary 1101110 10 1101001 0 1100010 101 111001 100101111 1100000 10110

Color Harmonies of #6E0269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0269

Black with #6E0269

Text Example


Text Example

White with #6E0269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,2,105); }

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

background-color css

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

 a { background-color: rgb(110,2,105); }

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

border-color css

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

 span { border-color: rgb(110,2,105); }

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