Html Css Color HEX #6702AA Indigo

📋 copy color: '#6702AA'

red 103 ◦ green 2 ◦ blue 170

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

Shades of Indigo #6702AA

Tints of Indigo #6702AA

RGB

 RED value IS 103 (40.63% from 255) = 37.45%

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

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 37.45%
G = 0.73%
B = 61.82%

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

#6702AA (or 0x6702AA) is known color: Indigo. HEX triplet: 67, 02 and AA. RGB value is (103,2,170). Sum of RGB (Red+Green+Blue) = 103+2+170=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #6702AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6702AA is #98FD55. Grayscale: #323232. Windows color (decimal): -10026326 or 11141735. OLE color: 11141735.

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

Color convert

RGB 103 2 170 -
CMYK 0.39 0.99 0 0.33
HSL 276.07º 0.98% 0.34% -
HSV(B) 276.07º 0.99% 0.67% -
XYZ 12.87 5.83 38.48 -
YUV 51.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 103 2 170 0.39 0.99 0 0.33 276.07 0.98 0.34
Hex 67 2 AA 27 63 0 21 114 62 22
Octal 147 2 252 47 143 0 41 424 142 42
Binary 1100111 10 10101010 100111 1100011 0 100001 100010100 1100010 100010

Color Harmonies of #6702AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6702AA

Black with #6702AA

Text Example


Text Example

White with #6702AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6702AA; }

 p { color: rgb(103,2,170); }

 H1.HeaderClassName
 {
   color: #6702AA;
 }
 .AnyTagClassName
 {
   color: #6702AA;
 }
</style>

background-color css

<style>
 a { background-color: #6702AA; }

 a { background-color: rgb(103,2,170); }

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

border-color css

<style>
 span { border-color: #6702AA; }

 span { border-color: rgb(103,2,170); }

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