Html Css Color HEX #0668DE Navy Blue

📋 copy color: '#0668DE'

red 6 ◦ green 104 ◦ blue 222

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

Shades of Navy Blue #0668DE

Tints of Navy Blue #0668DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 1.81%
G = 31.33%
B = 66.87%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0668DE (or 0x0668DE) is known color: Navy Blue. HEX triplet: 06, 68 and DE. RGB value is (6,104,222). Sum of RGB (Red+Green+Blue) = 6+104+222=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #0668DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0668DE is #F99721. Grayscale: #575757. Windows color (decimal): -16357154 or 14575622. OLE color: 14575622.

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

Color convert

RGB 6 104 222 -
CMYK 0.97 0.53 0 0.13
HSL 212.78º 0.95% 0.45% -
HSV(B) 212.78º 0.97% 0.87% -
XYZ 18.21 15.21 71.08 -
YUV 88.15 203.53 69.41 -
System Red Green Blue C M Y K H S L
Decimal 6 104 222 0.97 0.53 0 0.13 212.78 0.95 0.45
Hex 6 68 DE 61 35 0 D D5 5F 2D
Octal 6 150 336 141 65 0 15 325 137 55
Binary 110 1101000 11011110 1100001 110101 0 1101 11010101 1011111 101101

Color Harmonies of #0668DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0668DE

Black with #0668DE

Text Example


Text Example

White with #0668DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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