Html Css Color HEX #0669DE Navy Blue

📋 copy color: '#0669DE'

red 6 ◦ green 105 ◦ blue 222

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

Shades of Navy Blue #0669DE

Tints of Navy Blue #0669DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.67%

R = 1.8%
G = 31.53%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0669DE (or 0x0669DE) is known color: Navy Blue. HEX triplet: 06, 69 and DE. RGB value is (6,105,222). Sum of RGB (Red+Green+Blue) = 6+105+222=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #0669DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669DE is #F99621. Grayscale: #585858. Windows color (decimal): -16356898 or 14575878. OLE color: 14575878.

HSL color Cylindrical-coordinate representation of color #0669DE: hue angle of 212.5º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0669DE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 105 222 -
CMYK 0.97 0.53 0 0.13
HSL 212.5º 0.95% 0.45% -
HSV(B) 212.5º 0.97% 0.87% -
XYZ 18.31 15.42 71.12 -
YUV 88.74 203.2 68.99 -
System Red Green Blue C M Y K H S L
Decimal 6 105 222 0.97 0.53 0 0.13 212.5 0.95 0.45
Hex 6 69 DE 61 35 0 D D4 5F 2D
Octal 6 151 336 141 65 0 15 324 137 55
Binary 110 1101001 11011110 1100001 110101 0 1101 11010100 1011111 101101

Color Harmonies of #0669DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0669DE

Black with #0669DE

Text Example


Text Example

White with #0669DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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