Html Css Color HEX #690CFB Electric Indigo

📋 copy color: '#690CFB'

red 105 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #690CFB

Tints of Electric Indigo #690CFB

RGB

 RED value IS 105 (41.41% from 255) = 28.53%

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

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

R = 28.53%
G = 3.26%
B = 68.21%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#690CFB (or 0x690CFB) is known color: Electric Indigo. HEX triplet: 69, 0C and FB. RGB value is (105,12,251). Sum of RGB (Red+Green+Blue) = 105+12+251=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #690CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690CFB is #96F304. Grayscale: #424242. Windows color (decimal): -9892613 or 16452713. OLE color: 16452713.

HSL color Cylindrical-coordinate representation of color #690CFB: hue angle of 263.35º 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 #690CFB is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 12 251 -
CMYK 0.58 0.95 0 0.02
HSL 263.35º 0.97% 0.52% -
HSV(B) 263.35º 0.95% 0.98% -
XYZ 23.37 10.23 92.01 -
YUV 67.05 231.81 155.07 -
System Red Green Blue C M Y K H S L
Decimal 105 12 251 0.58 0.95 0 0.02 263.35 0.97 0.52
Hex 69 C FB 3A 5F 0 2 107 61 34
Octal 151 14 373 72 137 0 2 407 141 64
Binary 1101001 1100 11111011 111010 1011111 0 10 100000111 1100001 110100

Color Harmonies of #690CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CFB

Black with #690CFB

Text Example


Text Example

White with #690CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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