Html Css Color HEX #0681DF Navy Blue

📋 copy color: '#0681DF'

red 6 ◦ green 129 ◦ blue 223

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

Shades of Navy Blue #0681DF

Tints of Navy Blue #0681DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

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

R = 1.68%
G = 36.03%
B = 62.29%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0681DF (or 0x0681DF) is known color: Navy Blue. HEX triplet: 06, 81 and DF. RGB value is (6,129,223). Sum of RGB (Red+Green+Blue) = 6+129+223=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #0681DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0681DF is #F97E20. Grayscale: #666666. Windows color (decimal): -16350753 or 14647558. OLE color: 14647558.

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

Color convert

RGB 6 129 223 -
CMYK 0.97 0.42 0 0.13
HSL 205.99º 0.95% 0.45% -
HSV(B) 205.99º 0.97% 0.87% -
XYZ 21.24 21.07 72.76 -
YUV 102.94 195.75 58.86 -
System Red Green Blue C M Y K H S L
Decimal 6 129 223 0.97 0.42 0 0.13 205.99 0.95 0.45
Hex 6 81 DF 61 2A 0 D CE 5F 2D
Octal 6 201 337 141 52 0 15 316 137 55
Binary 110 10000001 11011111 1100001 101010 0 1101 11001110 1011111 101101

Color Harmonies of #0681DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0681DF

Black with #0681DF

Text Example


Text Example

White with #0681DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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