Html Css Color HEX #6B098B Purple

📋 copy color: '#6B098B'

red 107 ◦ green 9 ◦ blue 139

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

Shades of Purple #6B098B

Tints of Purple #6B098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 41.96%
G = 3.53%
B = 54.51%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B098B (or 0x6B098B) is known color: Purple. HEX triplet: 6B, 09 and 8B. RGB value is (107,9,139). Sum of RGB (Red+Green+Blue) = 107+9+139=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B098B is #94F674. Grayscale: #343434. Windows color (decimal): -9762421 or 9111915. OLE color: 9111915.

HSL color Cylindrical-coordinate representation of color #6B098B: hue angle of 285.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B098B is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 9 139 -
CMYK 0.23 0.94 0 0.45
HSL 285.23º 0.88% 0.29% -
HSV(B) 285.23º 0.94% 0.55% -
XYZ 10.82 5.19 24.86 -
YUV 53.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 107 9 139 0.23 0.94 0 0.45 285.23 0.88 0.29
Hex 6B 9 8B 17 5E 0 2D 11D 58 1D
Octal 153 11 213 27 136 0 55 435 130 35
Binary 1101011 1001 10001011 10111 1011110 0 101101 100011101 1011000 11101

Color Harmonies of #6B098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B098B

Black with #6B098B

Text Example


Text Example

White with #6B098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,9,139); }

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

background-color css

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

 a { background-color: rgb(107,9,139); }

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

border-color css

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

 span { border-color: rgb(107,9,139); }

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