Html Css Color HEX #0669BC Navy Blue

📋 copy color: '#0669BC'

red 6 ◦ green 105 ◦ blue 188

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

Shades of Navy Blue #0669BC

Tints of Navy Blue #0669BC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 2.01%
G = 35.12%
B = 62.88%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0669BC (or 0x0669BC) is known color: Navy Blue. HEX triplet: 06, 69 and BC. RGB value is (6,105,188). Sum of RGB (Red+Green+Blue) = 6+105+188=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #0669BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669BC is #F99643. Grayscale: #545454. Windows color (decimal): -16356932 or 12347654. OLE color: 12347654.

HSL color Cylindrical-coordinate representation of color #0669BC: hue angle of 207.36º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0669BC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 105 188 -
CMYK 0.97 0.44 0 0.26
HSL 207.36º 0.94% 0.38% -
HSV(B) 207.36º 0.97% 0.74% -
XYZ 14.2 13.77 49.49 -
YUV 84.86 186.2 71.75 -
System Red Green Blue C M Y K H S L
Decimal 6 105 188 0.97 0.44 0 0.26 207.36 0.94 0.38
Hex 6 69 BC 61 2C 0 1A CF 5E 26
Octal 6 151 274 141 54 0 32 317 136 46
Binary 110 1101001 10111100 1100001 101100 0 11010 11001111 1011110 100110

Color Harmonies of #0669BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0669BC

Black with #0669BC

Text Example


Text Example

White with #0669BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0669BC; }

 p { color: rgb(6,105,188); }

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

background-color css

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

 a { background-color: rgb(6,105,188); }

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

border-color css

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

 span { border-color: rgb(6,105,188); }

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