Html Css Color HEX #0685DF Navy Blue

📋 copy color: '#0685DF'

red 6 ◦ green 133 ◦ blue 223

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

Shades of Navy Blue #0685DF

Tints of Navy Blue #0685DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

 BLUE value IS 223 (87.5% from 255) = 61.6%

R = 1.66%
G = 36.74%
B = 61.6%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0685DF (or 0x0685DF) is known color: Navy Blue. HEX triplet: 06, 85 and DF. RGB value is (6,133,223). Sum of RGB (Red+Green+Blue) = 6+133+223=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #0685DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0685DF is #F97A20. Grayscale: #686868. Windows color (decimal): -16349729 or 14648582. OLE color: 14648582.

HSL color Cylindrical-coordinate representation of color #0685DF: hue angle of 204.88º 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 #0685DF is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 133 223 -
CMYK 0.97 0.40 0 0.13
HSL 204.88º 0.95% 0.45% -
HSV(B) 204.88º 0.97% 0.87% -
XYZ 21.78 22.14 72.94 -
YUV 105.29 194.42 57.18 -
System Red Green Blue C M Y K H S L
Decimal 6 133 223 0.97 0.40 0 0.13 204.88 0.95 0.45
Hex 6 85 DF 61 28 0 D CD 5F 2D
Octal 6 205 337 141 50 0 15 315 137 55
Binary 110 10000101 11011111 1100001 101000 0 1101 11001101 1011111 101101

Color Harmonies of #0685DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0685DF

Black with #0685DF

Text Example


Text Example

White with #0685DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0685DF; }

 p { color: rgb(6,133,223); }

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

background-color css

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

 a { background-color: rgb(6,133,223); }

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

border-color css

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

 span { border-color: rgb(6,133,223); }

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