Html Css Color HEX #0668D8 Navy Blue

📋 copy color: '#0668D8'

red 6 ◦ green 104 ◦ blue 216

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

Shades of Navy Blue #0668D8

Tints of Navy Blue #0668D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 66.26%

R = 1.84%
G = 31.9%
B = 66.26%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0668D8 (or 0x0668D8) is known color: Navy Blue. HEX triplet: 06, 68 and D8. RGB value is (6,104,216). Sum of RGB (Red+Green+Blue) = 6+104+216=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 216 (84.77% from 255 or 66.26% from 326); Max value from RGB is 216 - color contains mainly: blue. Hex color #0668D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0668D8 is #F99727. Grayscale: #565656. Windows color (decimal): -16357160 or 14182406. OLE color: 14182406.

HSL color Cylindrical-coordinate representation of color #0668D8: hue angle of 212º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0668D8 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 104 216 -
CMYK 0.97 0.52 0 0.15
HSL 212º 0.95% 0.44% -
HSV(B) 212º 0.97% 0.85% -
XYZ 17.42 14.9 66.92 -
YUV 87.47 200.53 69.89 -
System Red Green Blue C M Y K H S L
Decimal 6 104 216 0.97 0.52 0 0.15 212 0.95 0.44
Hex 6 68 D8 61 34 0 F D4 5F 2C
Octal 6 150 330 141 64 0 17 324 137 54
Binary 110 1101000 11011000 1100001 110100 0 1111 11010100 1011111 101100

Color Harmonies of #0668D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0668D8

Black with #0668D8

Text Example


Text Example

White with #0668D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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