Html Css Color HEX #62067B Indigo

📋 copy color: '#62067B'

red 98 ◦ green 6 ◦ blue 123

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

Shades of Indigo #62067B

Tints of Indigo #62067B

RGB

 RED value IS 98 (38.67% from 255) = 43.17%

 GREEN value IS 6 (2.73% from 255) = 2.64%

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 43.17%
G = 2.64%
B = 54.19%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62067B (or 0x62067B) is known color: Indigo. HEX triplet: 62, 06 and 7B. RGB value is (98,6,123). Sum of RGB (Red+Green+Blue) = 98+6+123=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #62067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62067B is #9DF984. Grayscale: #2E2E2E. Windows color (decimal): -10353029 or 8062562. OLE color: 8062562.

HSL color Cylindrical-coordinate representation of color #62067B: hue angle of 287.18º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62067B is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 6 123 -
CMYK 0.20 0.95 0 0.52
HSL 287.18º 0.91% 0.25% -
HSV(B) 287.18º 0.95% 0.48% -
XYZ 8.68 4.16 19.08 -
YUV 46.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 98 6 123 0.20 0.95 0 0.52 287.18 0.91 0.25
Hex 62 6 7B 14 5F 0 34 11F 5B 19
Octal 142 6 173 24 137 0 64 437 133 31
Binary 1100010 110 1111011 10100 1011111 0 110100 100011111 1011011 11001

Color Harmonies of #62067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62067B

Black with #62067B

Text Example


Text Example

White with #62067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62067B; }

 p { color: rgb(98,6,123); }

 H1.HeaderClassName
 {
   color: #62067B;
 }
 .AnyTagClassName
 {
   color: #62067B;
 }
</style>

background-color css

<style>
 a { background-color: #62067B; }

 a { background-color: rgb(98,6,123); }

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

border-color css

<style>
 span { border-color: #62067B; }

 span { border-color: rgb(98,6,123); }

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