Html Css Color HEX #060363 Navy

📋 copy color: '#060363'

red 6 ◦ green 3 ◦ blue 99

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

Shades of Navy #060363

Tints of Navy #060363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 99 (39.06% from 255) = 91.67%

R = 5.56%
G = 2.78%
B = 91.67%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#060363 (or 0x060363) is known color: Navy. HEX triplet: 06, 03 and 63. RGB value is (6,3,99). Sum of RGB (Red+Green+Blue) = 6+3+99=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #060363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060363 is #F9FC9C. Grayscale: #0E0E0E. Windows color (decimal): -16383133 or 6488838. OLE color: 6488838.

HSL color Cylindrical-coordinate representation of color #060363: hue angle of 241.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060363 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 3 99 -
CMYK 0.94 0.97 0 0.61
HSL 241.88º 0.94% 0.2% -
HSV(B) 241.88º 0.97% 0.39% -
XYZ 2.36 1 11.87 -
YUV 14.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 6 3 99 0.94 0.97 0 0.61 241.88 0.94 0.2
Hex 6 3 63 5E 61 0 3D F2 5E 14
Octal 6 3 143 136 141 0 75 362 136 24
Binary 110 11 1100011 1011110 1100001 0 111101 11110010 1011110 10100

Color Harmonies of #060363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060363

Black with #060363

Text Example


Text Example

White with #060363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060363; }

 p { color: rgb(6,3,99); }

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

background-color css

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

 a { background-color: rgb(6,3,99); }

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

border-color css

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

 span { border-color: rgb(6,3,99); }

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