Html Css Color HEX #6B00DB Electric Indigo

📋 copy color: '#6B00DB'

red 107 ◦ green 0 ◦ blue 219

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

Shades of Electric Indigo #6B00DB

Tints of Electric Indigo #6B00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 32.82%
G = 0%
B = 67.18%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B00DB (or 0x6B00DB) is known color: Electric Indigo. HEX triplet: 6B, 00 and DB. RGB value is (107,0,219). Sum of RGB (Red+Green+Blue) = 107+0+219=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B00DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B00DB is #94FF24. Grayscale: #383838. Windows color (decimal): -9764645 or 14352491. OLE color: 14352491.

HSL color Cylindrical-coordinate representation of color #6B00DB: hue angle of 269.32º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B00DB is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 0 219 -
CMYK 0.51 1 0 0.14
HSL 269.32º 1% 0.43% -
HSV(B) 269.32º 1% 0.86% -
XYZ 18.85 8.24 67.61 -
YUV 56.96 219.45 163.69 -
System Red Green Blue C M Y K H S L
Decimal 107 0 219 0.51 1 0 0.14 269.32 1 0.43
Hex 6B 0 DB 33 64 0 E 10D 64 2B
Octal 153 0 333 63 144 0 16 415 144 53
Binary 1101011 0 11011011 110011 1100100 0 1110 100001101 1100100 101011

Color Harmonies of #6B00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B00DB

Black with #6B00DB

Text Example


Text Example

White with #6B00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,0,219); }

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

background-color css

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

 a { background-color: rgb(107,0,219); }

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

border-color css

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

 span { border-color: rgb(107,0,219); }

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