Html Css Color HEX #0668ED Navy Blue

📋 copy color: '#0668ED'

red 6 ◦ green 104 ◦ blue 237

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

Shades of Navy Blue #0668ED

Tints of Navy Blue #0668ED

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 1.73%
G = 29.97%
B = 68.3%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0668ED (or 0x0668ED) is known color: Navy Blue. HEX triplet: 06, 68 and ED. RGB value is (6,104,237). Sum of RGB (Red+Green+Blue) = 6+104+237=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #0668ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0668ED is #F99712. Grayscale: #595959. Windows color (decimal): -16357139 or 15558662. OLE color: 15558662.

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

Color convert

RGB 6 104 237 -
CMYK 0.97 0.56 0 0.07
HSL 214.55º 0.95% 0.48% -
HSV(B) 214.55º 0.97% 0.93% -
XYZ 20.31 16.05 82.15 -
YUV 89.86 211.03 68.19 -
System Red Green Blue C M Y K H S L
Decimal 6 104 237 0.97 0.56 0 0.07 214.55 0.95 0.48
Hex 6 68 ED 61 38 0 7 D7 5F 30
Octal 6 150 355 141 70 0 7 327 137 60
Binary 110 1101000 11101101 1100001 111000 0 111 11010111 1011111 110000

Color Harmonies of #0668ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0668ED

Black with #0668ED

Text Example


Text Example

White with #0668ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0668ED; }

 p { color: rgb(6,104,237); }

 H1.HeaderClassName
 {
   color: #0668ED;
 }
 .AnyTagClassName
 {
   color: #0668ED;
 }
</style>

background-color css

<style>
 a { background-color: #0668ED; }

 a { background-color: rgb(6,104,237); }

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

border-color css

<style>
 span { border-color: #0668ED; }

 span { border-color: rgb(6,104,237); }

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