Html Css Color HEX #6B13DE Electric Indigo

📋 copy color: '#6B13DE'

red 107 ◦ green 19 ◦ blue 222

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

Shades of Electric Indigo #6B13DE

Tints of Electric Indigo #6B13DE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.46%

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 30.75%
G = 5.46%
B = 63.79%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B13DE (or 0x6B13DE) is known color: Electric Indigo. HEX triplet: 6B, 13 and DE. RGB value is (107,19,222). Sum of RGB (Red+Green+Blue) = 107+19+222=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B13DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B13DE is #94EC21. Grayscale: #434343. Windows color (decimal): -9759778 or 14553963. OLE color: 14553963.

HSL color Cylindrical-coordinate representation of color #6B13DE: hue angle of 266.01º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B13DE is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 19 222 -
CMYK 0.52 0.91 0 0.13
HSL 266.01º 0.84% 0.47% -
HSV(B) 266.01º 0.91% 0.87% -
XYZ 19.48 8.87 69.79 -
YUV 68.45 214.65 155.49 -
System Red Green Blue C M Y K H S L
Decimal 107 19 222 0.52 0.91 0 0.13 266.01 0.84 0.47
Hex 6B 13 DE 34 5B 0 D 10A 54 2F
Octal 153 23 336 64 133 0 15 412 124 57
Binary 1101011 10011 11011110 110100 1011011 0 1101 100001010 1010100 101111

Color Harmonies of #6B13DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B13DE

Black with #6B13DE

Text Example


Text Example

White with #6B13DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,222); }

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

background-color css

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

 a { background-color: rgb(107,19,222); }

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

border-color css

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

 span { border-color: rgb(107,19,222); }

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