Html Css Color HEX #62068C Indigo

📋 copy color: '#62068C'

red 98 ◦ green 6 ◦ blue 140

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

Shades of Indigo #62068C

Tints of Indigo #62068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 40.16%
G = 2.46%
B = 57.38%

CMYK

 C value IS 0.3

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62068C (or 0x62068C) is known color: Indigo. HEX triplet: 62, 06 and 8C. RGB value is (98,6,140). Sum of RGB (Red+Green+Blue) = 98+6+140=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #62068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62068C is #9DF973. Grayscale: #303030. Windows color (decimal): -10353012 or 9176674. OLE color: 9176674.

HSL color Cylindrical-coordinate representation of color #62068C: hue angle of 281.19º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62068C is Cyan = 0.3, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 6 140 -
CMYK 0.3 0.96 0 0.45
HSL 281.19º 0.92% 0.29% -
HSV(B) 281.19º 0.96% 0.55% -
XYZ 9.84 4.62 25.18 -
YUV 48.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 98 6 140 0.3 0.96 0 0.45 281.19 0.92 0.29
Hex 62 6 8C 1E 60 0 2D 119 5C 1D
Octal 142 6 214 36 140 0 55 431 134 35
Binary 1100010 110 10001100 11110 1100000 0 101101 100011001 1011100 11101

Color Harmonies of #62068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62068C

Black with #62068C

Text Example


Text Example

White with #62068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62068C; }

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

 H1.HeaderClassName
 {
   color: #62068C;
 }
 .AnyTagClassName
 {
   color: #62068C;
 }
</style>

background-color css

<style>
 a { background-color: #62068C; }

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

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

border-color css

<style>
 span { border-color: #62068C; }

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

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