Html Css Color HEX #060293 Dark Blue

📋 copy color: '#060293'

red 6 ◦ green 2 ◦ blue 147

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

Shades of Dark Blue #060293

Tints of Dark Blue #060293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 147 (57.81% from 255) = 94.84%

R = 3.87%
G = 1.29%
B = 94.84%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#060293 (or 0x060293) is known color: Dark Blue. HEX triplet: 06, 02 and 93. RGB value is (6,2,147). Sum of RGB (Red+Green+Blue) = 6+2+147=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 147 (57.81% from 255 or 94.84% from 155); Max value from RGB is 147 - color contains mainly: blue. Hex color #060293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060293 is #F9FD6C. Grayscale: #131313. Windows color (decimal): -16383341 or 9634310. OLE color: 9634310.

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

Color convert

RGB 6 2 147 -
CMYK 0.96 0.99 0 0.42
HSL 241.66º 0.97% 0.29% -
HSV(B) 241.66º 0.99% 0.58% -
XYZ 5.36 2.19 27.74 -
YUV 19.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 6 2 147 0.96 0.99 0 0.42 241.66 0.97 0.29
Hex 6 2 93 60 63 0 2A F2 61 1D
Octal 6 2 223 140 143 0 52 362 141 35
Binary 110 10 10010011 1100000 1100011 0 101010 11110010 1100001 11101

Color Harmonies of #060293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060293

Black with #060293

Text Example


Text Example

White with #060293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060293; }

 p { color: rgb(6,2,147); }

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

background-color css

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

 a { background-color: rgb(6,2,147); }

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

border-color css

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

 span { border-color: rgb(6,2,147); }

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