Html Css Color HEX #6B08FA Electric Indigo

📋 copy color: '#6B08FA'

red 107 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #6B08FA

Tints of Electric Indigo #6B08FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 29.32%
G = 2.19%
B = 68.49%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B08FA (or 0x6B08FA) is known color: Electric Indigo. HEX triplet: 6B, 08 and FA. RGB value is (107,8,250). Sum of RGB (Red+Green+Blue) = 107+8+250=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B08FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B08FA is #94F705. Grayscale: #404040. Windows color (decimal): -9762566 or 16386155. OLE color: 16386155.

HSL color Cylindrical-coordinate representation of color #6B08FA: hue angle of 264.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B08FA is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 8 250 -
CMYK 0.57 0.97 0 0.02
HSL 264.55º 0.96% 0.51% -
HSV(B) 264.55º 0.97% 0.98% -
XYZ 23.41 10.2 91.18 -
YUV 65.19 232.3 157.82 -
System Red Green Blue C M Y K H S L
Decimal 107 8 250 0.57 0.97 0 0.02 264.55 0.96 0.51
Hex 6B 8 FA 39 61 0 2 109 60 33
Octal 153 10 372 71 141 0 2 411 140 63
Binary 1101011 1000 11111010 111001 1100001 0 10 100001001 1100000 110011

Color Harmonies of #6B08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B08FA

Black with #6B08FA

Text Example


Text Example

White with #6B08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,250); }

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

background-color css

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

 a { background-color: rgb(107,8,250); }

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

border-color css

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

 span { border-color: rgb(107,8,250); }

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