Html Css Color HEX #6C0F9B Indigo

📋 copy color: '#6C0F9B'

red 108 ◦ green 15 ◦ blue 155

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

Shades of Indigo #6C0F9B

Tints of Indigo #6C0F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

 BLUE value IS 155 (60.94% from 255) = 55.76%

R = 38.85%
G = 5.4%
B = 55.76%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C0F9B (or 0x6C0F9B) is known color: Indigo. HEX triplet: 6C, 0F and 9B. RGB value is (108,15,155). Sum of RGB (Red+Green+Blue) = 108+15+155=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C0F9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0F9B is #93F064. Grayscale: #3A3A3A. Windows color (decimal): -9695333 or 10162028. OLE color: 10162028.

HSL color Cylindrical-coordinate representation of color #6C0F9B: hue angle of 279.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0F9B is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 15 155 -
CMYK 0.30 0.90 0 0.39
HSL 279.86º 0.82% 0.33% -
HSV(B) 279.86º 0.9% 0.61% -
XYZ 12.27 5.9 31.5 -
YUV 58.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 108 15 155 0.30 0.90 0 0.39 279.86 0.82 0.33
Hex 6C F 9B 1E 5A 0 27 118 52 21
Octal 154 17 233 36 132 0 47 430 122 41
Binary 1101100 1111 10011011 11110 1011010 0 100111 100011000 1010010 100001

Color Harmonies of #6C0F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0F9B

Black with #6C0F9B

Text Example


Text Example

White with #6C0F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,15,155); }

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

background-color css

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

 a { background-color: rgb(108,15,155); }

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

border-color css

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

 span { border-color: rgb(108,15,155); }

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