#0676F6

Color #0676F6 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0676F6

Tints of Dodger Blue #0676F6

Color information

#0676F6 (or 0x0676F6) is unknown color: approx Dodger Blue. HEX triplet: 06, 76 and F6. RGB value is (6,118,246). Sum of RGB (Red+Green+Blue) = 6+118+246=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #0676F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0676F6 is #F98909. Grayscale: #626262. Windows color (decimal): -16353546 or 16152070. OLE color: 16152070.

HSL color Cylindrical-coordinate representation of color #0676F6: hue angle of 212º 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 #0676F6 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6118246-
CMYK0.980.5200.04
HSL212º95.24%49.41%-
HSV(B)212º97.56%96.47%-
XYZ23.1919.6589.76-
YUV99.1210.8961.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.62%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 246 (96.48% from 255) = 66.49%
R=1.62%
G=31.89%
B=66.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61182460.980.5200.0421295.2449.41
Hex676F6623404d45f31
Octal6166366142640432413761
Binary11011101101111011011000101101000100110101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0676F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0676F6;
 }
 .AnyTagClassName
 {
   color: #0676F6;
 }
</style>
background-color css

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

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

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

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

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

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