Html Css Color HEX #0666F6 Navy Blue

📋 copy color: '#0666F6'

red 6 ◦ green 102 ◦ blue 246

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

Shades of Navy Blue #0666F6

Tints of Navy Blue #0666F6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 246 (96.48% from 255) = 69.49%

R = 1.69%
G = 28.81%
B = 69.49%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0666F6 (or 0x0666F6) is known color: Navy Blue. HEX triplet: 06, 66 and F6. RGB value is (6,102,246). Sum of RGB (Red+Green+Blue) = 6+102+246=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 246 (96.48% from 255 or 69.49% from 354); Max value from RGB is 246 - color contains mainly: blue. Hex color #0666F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0666F6 is #F99909. Grayscale: #595959. Windows color (decimal): -16357642 or 16147974. OLE color: 16147974.

HSL color Cylindrical-coordinate representation of color #0666F6: hue angle of 216º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0666F6 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 6 102 246 -
CMYK 0.98 0.59 0 0.04
HSL 216º 0.95% 0.49% -
HSV(B) 216º 0.98% 0.96% -
XYZ 21.46 16.2 89.18 -
YUV 89.71 216.2 68.29 -
System Red Green Blue C M Y K H S L
Decimal 6 102 246 0.98 0.59 0 0.04 216 0.95 0.49
Hex 6 66 F6 62 3B 0 4 D8 5F 31
Octal 6 146 366 142 73 0 4 330 137 61
Binary 110 1100110 11110110 1100010 111011 0 100 11011000 1011111 110001

Color Harmonies of #0666F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0666F6

Black with #0666F6

Text Example


Text Example

White with #0666F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0666F6; }

 p { color: rgb(6,102,246); }

 H1.HeaderClassName
 {
   color: #0666F6;
 }
 .AnyTagClassName
 {
   color: #0666F6;
 }
</style>

background-color css

<style>
 a { background-color: #0666F6; }

 a { background-color: rgb(6,102,246); }

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

border-color css

<style>
 span { border-color: #0666F6; }

 span { border-color: rgb(6,102,246); }

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