Html Css Color HEX #6B0689 Purple

📋 copy color: '#6B0689'

red 107 ◦ green 6 ◦ blue 137

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

Shades of Purple #6B0689

Tints of Purple #6B0689

RGB

 RED value IS 107 (42.19% from 255) = 42.8%

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

 BLUE value IS 137 (53.91% from 255) = 54.8%

R = 42.8%
G = 2.4%
B = 54.8%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B0689 (or 0x6B0689) is known color: Purple. HEX triplet: 6B, 06 and 89. RGB value is (107,6,137). Sum of RGB (Red+Green+Blue) = 107+6+137=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B0689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0689 is #94F976. Grayscale: #323232. Windows color (decimal): -9763191 or 8980075. OLE color: 8980075.

HSL color Cylindrical-coordinate representation of color #6B0689: hue angle of 286.26º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0689 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 6 137 -
CMYK 0.22 0.96 0 0.46
HSL 286.26º 0.92% 0.28% -
HSV(B) 286.26º 0.96% 0.54% -
XYZ 10.64 5.06 24.08 -
YUV 51.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 107 6 137 0.22 0.96 0 0.46 286.26 0.92 0.28
Hex 6B 6 89 16 60 0 2E 11E 5C 1C
Octal 153 6 211 26 140 0 56 436 134 34
Binary 1101011 110 10001001 10110 1100000 0 101110 100011110 1011100 11100

Color Harmonies of #6B0689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0689

Black with #6B0689

Text Example


Text Example

White with #6B0689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,6,137); }

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

background-color css

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

 a { background-color: rgb(107,6,137); }

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

border-color css

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

 span { border-color: rgb(107,6,137); }

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