Html Css Color HEX #6902AB Indigo

📋 copy color: '#6902AB'

red 105 ◦ green 2 ◦ blue 171

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

Shades of Indigo #6902AB

Tints of Indigo #6902AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 37.77%
G = 0.72%
B = 61.51%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6902AB (or 0x6902AB) is known color: Indigo. HEX triplet: 69, 02 and AB. RGB value is (105,2,171). Sum of RGB (Red+Green+Blue) = 105+2+171=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #6902AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6902AB is #96FD54. Grayscale: #333333. Windows color (decimal): -9895253 or 11207273. OLE color: 11207273.

HSL color Cylindrical-coordinate representation of color #6902AB: hue angle of 276.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902AB is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 2 171 -
CMYK 0.39 0.99 0 0.33
HSL 276.57º 0.98% 0.34% -
HSV(B) 276.57º 0.99% 0.67% -
XYZ 13.2 5.99 38.99 -
YUV 52.06 195.12 165.76 -
System Red Green Blue C M Y K H S L
Decimal 105 2 171 0.39 0.99 0 0.33 276.57 0.98 0.34
Hex 69 2 AB 27 63 0 21 115 62 22
Octal 151 2 253 47 143 0 41 425 142 42
Binary 1101001 10 10101011 100111 1100011 0 100001 100010101 1100010 100010

Color Harmonies of #6902AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6902AB

Black with #6902AB

Text Example


Text Example

White with #6902AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6902AB; }

 p { color: rgb(105,2,171); }

 H1.HeaderClassName
 {
   color: #6902AB;
 }
 .AnyTagClassName
 {
   color: #6902AB;
 }
</style>

background-color css

<style>
 a { background-color: #6902AB; }

 a { background-color: rgb(105,2,171); }

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

border-color css

<style>
 span { border-color: #6902AB; }

 span { border-color: rgb(105,2,171); }

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