#62069C

Color #62069C Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #62069C

Tints of Indigo #62069C

Color information

#62069C (or 0x62069C) is unknown color: approx Indigo. HEX triplet: 62, 06 and 9C. RGB value is (98,6,156). Sum of RGB (Red+Green+Blue) = 98+6+156=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #62069C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62069C is #9DF963. Grayscale: #323232. Windows color (decimal): -10352996 or 10225250. OLE color: 10225250.

HSL color Cylindrical-coordinate representation of color #62069C: hue angle of 276.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62069C is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB986156-
CMYK0.370.9600.39
HSL276.8º92.59%31.76%-
HSV(B)276.8º96.15%61.18%-
XYZ11.15.1331.86-
YUV50.61187.48161.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 156 (61.33% from 255) = 60%
R=37.69%
G=2.31%
B=60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9861560.370.9600.39276.892.5931.76
Hex6269C25600271155d20
Octal14262344514004742513540
Binary110001011010011100100101110000001001111000101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62069C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62069C;
 }
 .AnyTagClassName
 {
   color: #62069C;
 }
</style>
background-color css

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

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

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

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

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

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