Html Css Color HEX #620BDE Electric Indigo

📋 copy color: '#620BDE'

red 98 ◦ green 11 ◦ blue 222

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

Shades of Electric Indigo #620BDE

Tints of Electric Indigo #620BDE

RGB

 RED value IS 98 (38.67% from 255) = 29.61%

 GREEN value IS 11 (4.69% from 255) = 3.32%

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

R = 29.61%
G = 3.32%
B = 67.07%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#620BDE (or 0x620BDE) is known color: Electric Indigo. HEX triplet: 62, 0B and DE. RGB value is (98,11,222). Sum of RGB (Red+Green+Blue) = 98+11+222=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #620BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BDE is #9DF421. Grayscale: #3C3C3C. Windows color (decimal): -10351650 or 14551906. OLE color: 14551906.

HSL color Cylindrical-coordinate representation of color #620BDE: hue angle of 264.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620BDE is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 11 222 -
CMYK 0.56 0.95 0 0.13
HSL 264.74º 0.91% 0.46% -
HSV(B) 264.74º 0.95% 0.87% -
XYZ 18.34 8.11 69.71 -
YUV 61.07 218.82 154.34 -
System Red Green Blue C M Y K H S L
Decimal 98 11 222 0.56 0.95 0 0.13 264.74 0.91 0.46
Hex 62 B DE 38 5F 0 D 109 5B 2E
Octal 142 13 336 70 137 0 15 411 133 56
Binary 1100010 1011 11011110 111000 1011111 0 1101 100001001 1011011 101110

Color Harmonies of #620BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BDE

Black with #620BDE

Text Example


Text Example

White with #620BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620BDE; }

 p { color: rgb(98,11,222); }

 H1.HeaderClassName
 {
   color: #620BDE;
 }
 .AnyTagClassName
 {
   color: #620BDE;
 }
</style>

background-color css

<style>
 a { background-color: #620BDE; }

 a { background-color: rgb(98,11,222); }

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

border-color css

<style>
 span { border-color: #620BDE; }

 span { border-color: rgb(98,11,222); }

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