Html Css Color HEX #6B08FE Electric Indigo

📋 copy color: '#6B08FE'

red 107 ◦ green 8 ◦ blue 254

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

Shades of Electric Indigo #6B08FE

Tints of Electric Indigo #6B08FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.83%

R = 29%
G = 2.17%
B = 68.83%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B08FE (or 0x6B08FE) is known color: Electric Indigo. HEX triplet: 6B, 08 and FE. RGB value is (107,8,254). Sum of RGB (Red+Green+Blue) = 107+8+254=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B08FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B08FE is #94F701. Grayscale: #404040. Windows color (decimal): -9762562 or 16648299. OLE color: 16648299.

HSL color Cylindrical-coordinate representation of color #6B08FE: hue angle of 264.15º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B08FE is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 8 254 -
CMYK 0.58 0.97 0 0.00
HSL 264.15º 0.99% 0.51% -
HSV(B) 264.15º 0.97% 1% -
XYZ 24.04 10.46 94.52 -
YUV 65.65 234.3 157.5 -
System Red Green Blue C M Y K H S L
Decimal 107 8 254 0.58 0.97 0 0.00 264.15 0.99 0.51
Hex 6B 8 FE 3A 61 0 0 108 63 33
Octal 153 10 376 72 141 0 0 410 143 63
Binary 1101011 1000 11111110 111010 1100001 0 0 100001000 1100011 110011

Color Harmonies of #6B08FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B08FE

Black with #6B08FE

Text Example


Text Example

White with #6B08FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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