Html Css Color HEX #060090 Dark Blue

📋 copy color: '#060090'

red 6 ◦ green 0 ◦ blue 144

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

Shades of Dark Blue #060090

Tints of Dark Blue #060090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 4%
G = 0%
B = 96%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#060090 (or 0x060090) is known color: Dark Blue. HEX triplet: 06, 00 and 90. RGB value is (6,0,144). Sum of RGB (Red+Green+Blue) = 6+0+144=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 144 (56.64% from 255 or 96% from 150); Max value from RGB is 144 - color contains mainly: blue. Hex color #060090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060090 is #F9FF6F. Grayscale: #111111. Windows color (decimal): -16383856 or 9437190. OLE color: 9437190.

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

Color convert

RGB 6 0 144 -
CMYK 0.96 1 0 0.44
HSL 242.5º 1% 0.28% -
HSV(B) 242.5º 1% 0.56% -
XYZ 5.11 2.05 26.51 -
YUV 18.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 6 0 144 0.96 1 0 0.44 242.5 1 0.28
Hex 6 0 90 60 64 0 2C F2 64 1C
Octal 6 0 220 140 144 0 54 362 144 34
Binary 110 0 10010000 1100000 1100100 0 101100 11110010 1100100 11100

Color Harmonies of #060090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060090

Black with #060090

Text Example


Text Example

White with #060090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060090; }

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

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

background-color css

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

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

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

border-color css

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

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

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