Html Css Color HEX #0669EF Navy Blue

📋 copy color: '#0669EF'

red 6 ◦ green 105 ◦ blue 239

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

Shades of Navy Blue #0669EF

Tints of Navy Blue #0669EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.29%

R = 1.71%
G = 30%
B = 68.29%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0669EF (or 0x0669EF) is known color: Navy Blue. HEX triplet: 06, 69 and EF. RGB value is (6,105,239). Sum of RGB (Red+Green+Blue) = 6+105+239=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #0669EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0669EF is #F99610. Grayscale: #5A5A5A. Windows color (decimal): -16356881 or 15689990. OLE color: 15689990.

HSL color Cylindrical-coordinate representation of color #0669EF: hue angle of 214.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0669EF is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 105 239 -
CMYK 0.97 0.56 0 0.06
HSL 214.51º 0.95% 0.48% -
HSV(B) 214.51º 0.97% 0.94% -
XYZ 20.71 16.37 83.73 -
YUV 90.68 211.7 67.6 -
System Red Green Blue C M Y K H S L
Decimal 6 105 239 0.97 0.56 0 0.06 214.51 0.95 0.48
Hex 6 69 EF 61 38 0 6 D7 5F 30
Octal 6 151 357 141 70 0 6 327 137 60
Binary 110 1101001 11101111 1100001 111000 0 110 11010111 1011111 110000

Color Harmonies of #0669EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0669EF

Black with #0669EF

Text Example


Text Example

White with #0669EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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