Html Css Color HEX #060490 Dark Blue

📋 copy color: '#060490'

red 6 ◦ green 4 ◦ blue 144

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

Shades of Dark Blue #060490

Tints of Dark Blue #060490

RGB

 RED value IS 6 (2.73% from 255) = 3.9%

 GREEN value IS 4 (1.95% from 255) = 2.6%

 BLUE value IS 144 (56.64% from 255) = 93.51%

R = 3.9%
G = 2.6%
B = 93.51%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#060490 (or 0x060490) is known color: Dark Blue. HEX triplet: 06, 04 and 90. RGB value is (6,4,144). Sum of RGB (Red+Green+Blue) = 6+4+144=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 144 (56.64% from 255 or 93.51% from 154); Max value from RGB is 144 - color contains mainly: blue. Hex color #060490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060490 is #F9FB6F. Grayscale: #141414. Windows color (decimal): -16382832 or 9438214. OLE color: 9438214.

HSL color Cylindrical-coordinate representation of color #060490: hue angle of 240.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060490 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 4 144 -
CMYK 0.96 0.97 0 0.44
HSL 240.86º 0.95% 0.29% -
HSV(B) 240.86º 0.97% 0.56% -
XYZ 5.15 2.14 26.53 -
YUV 20.56 197.66 117.62 -
System Red Green Blue C M Y K H S L
Decimal 6 4 144 0.96 0.97 0 0.44 240.86 0.95 0.29
Hex 6 4 90 60 61 0 2C F1 5F 1D
Octal 6 4 220 140 141 0 54 361 137 35
Binary 110 100 10010000 1100000 1100001 0 101100 11110001 1011111 11101

Color Harmonies of #060490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060490

Black with #060490

Text Example


Text Example

White with #060490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060490; }

 p { color: rgb(6,4,144); }

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

background-color css

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

 a { background-color: rgb(6,4,144); }

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

border-color css

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

 span { border-color: rgb(6,4,144); }

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