Html Css Color HEX #060990 Dark Blue

📋 copy color: '#060990'

red 6 ◦ green 9 ◦ blue 144

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

Shades of Dark Blue #060990

Tints of Dark Blue #060990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

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

R = 3.77%
G = 5.66%
B = 90.57%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#060990 (or 0x060990) is known color: Dark Blue. HEX triplet: 06, 09 and 90. RGB value is (6,9,144). Sum of RGB (Red+Green+Blue) = 6+9+144=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 144 (56.64% from 255 or 90.57% from 159); Max value from RGB is 144 - color contains mainly: blue. Hex color #060990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060990 is #F9F66F. Grayscale: #161616. Windows color (decimal): -16381552 or 9439494. OLE color: 9439494.

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

Color convert

RGB 6 9 144 -
CMYK 0.96 0.94 0 0.44
HSL 238.7º 0.92% 0.29% -
HSV(B) 238.7º 0.96% 0.56% -
XYZ 5.21 2.25 26.54 -
YUV 23.49 196.01 115.52 -
System Red Green Blue C M Y K H S L
Decimal 6 9 144 0.96 0.94 0 0.44 238.7 0.92 0.29
Hex 6 9 90 60 5E 0 2C EF 5C 1D
Octal 6 11 220 140 136 0 54 357 134 35
Binary 110 1001 10010000 1100000 1011110 0 101100 11101111 1011100 11101

Color Harmonies of #060990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060990

Black with #060990

Text Example


Text Example

White with #060990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060990; }

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

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

background-color css

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

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

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

border-color css

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

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

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