Html Css Color HEX #6602AB Indigo

📋 copy color: '#6602AB'

red 102 ◦ green 2 ◦ blue 171

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

Shades of Indigo #6602AB

Tints of Indigo #6602AB

RGB

 RED value IS 102 (40.23% from 255) = 37.09%

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

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

R = 37.09%
G = 0.73%
B = 62.18%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6602AB (or 0x6602AB) is known color: Indigo. HEX triplet: 66, 02 and AB. RGB value is (102,2,171). Sum of RGB (Red+Green+Blue) = 102+2+171=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #6602AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6602AB is #99FD54. Grayscale: #323232. Windows color (decimal): -10091861 or 11207270. OLE color: 11207270.

HSL color Cylindrical-coordinate representation of color #6602AB: hue angle of 275.5º 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 #6602AB is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 2 171 -
CMYK 0.40 0.99 0 0.33
HSL 275.5º 0.98% 0.34% -
HSV(B) 275.5º 0.99% 0.67% -
XYZ 12.85 5.81 38.97 -
YUV 51.17 195.63 164.26 -
System Red Green Blue C M Y K H S L
Decimal 102 2 171 0.40 0.99 0 0.33 275.5 0.98 0.34
Hex 66 2 AB 28 63 0 21 114 62 22
Octal 146 2 253 50 143 0 41 424 142 42
Binary 1100110 10 10101011 101000 1100011 0 100001 100010100 1100010 100010

Color Harmonies of #6602AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6602AB

Black with #6602AB

Text Example


Text Example

White with #6602AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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