Html Css Color HEX #006DC6 Navy Blue

📋 copy color: '#006DC6'

red 0 ◦ green 109 ◦ blue 198

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

Shades of Navy Blue #006DC6

Tints of Navy Blue #006DC6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.5%

 BLUE value IS 198 (77.73% from 255) = 64.5%

R = 0%
G = 35.5%
B = 64.5%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#006DC6 (or 0x006DC6) is known color: Navy Blue. HEX triplet: 00, 6D and C6. RGB value is (0,109,198). Sum of RGB (Red+Green+Blue) = 0+109+198=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #006DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DC6 is #FF9239. Grayscale: #565656. Windows color (decimal): -16749114 or 13004032. OLE color: 13004032.

HSL color Cylindrical-coordinate representation of color #006DC6: hue angle of 206.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DC6 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 109 198 -
CMYK 1 0.45 0 0.22
HSL 206.97º 1% 0.39% -
HSV(B) 206.97º 1% 0.78% -
XYZ 15.66 15.01 55.5 -
YUV 86.56 190.89 66.26 -
System Red Green Blue C M Y K H S L
Decimal 0 109 198 1 0.45 0 0.22 206.97 1 0.39
Hex 0 6D C6 64 2D 0 16 CF 64 27
Octal 0 155 306 144 55 0 26 317 144 47
Binary 0 1101101 11000110 1100100 101101 0 10110 11001111 1100100 100111

Color Harmonies of #006DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DC6

Black with #006DC6

Text Example


Text Example

White with #006DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006DC6; }

 p { color: rgb(0,109,198); }

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

background-color css

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

 a { background-color: rgb(0,109,198); }

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

border-color css

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

 span { border-color: rgb(0,109,198); }

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