Html Css Color HEX #600CFB Electric Indigo

📋 copy color: '#600CFB'

red 96 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #600CFB

Tints of Electric Indigo #600CFB

RGB

 RED value IS 96 (37.89% from 255) = 26.74%

 GREEN value IS 12 (5.08% from 255) = 3.34%

 BLUE value IS 251 (98.44% from 255) = 69.92%

R = 26.74%
G = 3.34%
B = 69.92%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#600CFB (or 0x600CFB) is known color: Electric Indigo. HEX triplet: 60, 0C and FB. RGB value is (96,12,251). Sum of RGB (Red+Green+Blue) = 96+12+251=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #600CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600CFB is #9FF304. Grayscale: #3F3F3F. Windows color (decimal): -10482437 or 16452704. OLE color: 16452704.

HSL color Cylindrical-coordinate representation of color #600CFB: hue angle of 261.09º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600CFB is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 12 251 -
CMYK 0.62 0.95 0 0.02
HSL 261.09º 0.97% 0.52% -
HSV(B) 261.09º 0.95% 0.98% -
XYZ 22.37 9.71 91.96 -
YUV 64.36 233.33 150.57 -
System Red Green Blue C M Y K H S L
Decimal 96 12 251 0.62 0.95 0 0.02 261.09 0.97 0.52
Hex 60 C FB 3E 5F 0 2 105 61 34
Octal 140 14 373 76 137 0 2 405 141 64
Binary 1100000 1100 11111011 111110 1011111 0 10 100000101 1100001 110100

Color Harmonies of #600CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CFB

Black with #600CFB

Text Example


Text Example

White with #600CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600CFB; }

 p { color: rgb(96,12,251); }

 H1.HeaderClassName
 {
   color: #600CFB;
 }
 .AnyTagClassName
 {
   color: #600CFB;
 }
</style>

background-color css

<style>
 a { background-color: #600CFB; }

 a { background-color: rgb(96,12,251); }

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

border-color css

<style>
 span { border-color: #600CFB; }

 span { border-color: rgb(96,12,251); }

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