Html Css Color HEX #6508EE Electric Indigo

📋 copy color: '#6508EE'

red 101 ◦ green 8 ◦ blue 238

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

Shades of Electric Indigo #6508EE

Tints of Electric Indigo #6508EE

RGB

 RED value IS 101 (39.84% from 255) = 29.11%

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

 BLUE value IS 238 (93.36% from 255) = 68.59%

R = 29.11%
G = 2.31%
B = 68.59%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6508EE (or 0x6508EE) is known color: Electric Indigo. HEX triplet: 65, 08 and EE. RGB value is (101,8,238). Sum of RGB (Red+Green+Blue) = 101+8+238=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #6508EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6508EE is #9AF711. Grayscale: #3D3D3D. Windows color (decimal): -10155794 or 15599717. OLE color: 15599717.

HSL color Cylindrical-coordinate representation of color #6508EE: hue angle of 264.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6508EE is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 8 238 -
CMYK 0.58 0.97 0 0.07
HSL 264.26º 0.93% 0.48% -
HSV(B) 264.26º 0.97% 0.93% -
XYZ 20.89 9.11 81.55 -
YUV 62.03 227.31 155.8 -
System Red Green Blue C M Y K H S L
Decimal 101 8 238 0.58 0.97 0 0.07 264.26 0.93 0.48
Hex 65 8 EE 3A 61 0 7 108 5D 30
Octal 145 10 356 72 141 0 7 410 135 60
Binary 1100101 1000 11101110 111010 1100001 0 111 100001000 1011101 110000

Color Harmonies of #6508EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508EE

Black with #6508EE

Text Example


Text Example

White with #6508EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6508EE; }

 p { color: rgb(101,8,238); }

 H1.HeaderClassName
 {
   color: #6508EE;
 }
 .AnyTagClassName
 {
   color: #6508EE;
 }
</style>

background-color css

<style>
 a { background-color: #6508EE; }

 a { background-color: rgb(101,8,238); }

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

border-color css

<style>
 span { border-color: #6508EE; }

 span { border-color: rgb(101,8,238); }

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