#0684A0

Color #0684A0 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0684A0

Tints of Eastern Blue #0684A0

Color information

#0684A0 (or 0x0684A0) is unknown color: approx Eastern Blue. HEX triplet: 06, 84 and A0. RGB value is (6,132,160). Sum of RGB (Red+Green+Blue) = 6+132+160=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #0684A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0684A0 is #F97B5F. Grayscale: #616161. Windows color (decimal): -16350048 or 10519558. OLE color: 10519558.

HSL color Cylindrical-coordinate representation of color #0684A0: hue angle of 190.91º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0684A0 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6132160-
CMYK0.960.1700.37
HSL190.91º92.77%32.55%-
HSV(B)190.91º96.25%62.75%-
XYZ14.6719.0836.17-
YUV97.52163.2662.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.01%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 160 (62.89% from 255) = 53.69%
R=2.01%
G=44.30%
B=53.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61321600.960.1700.37190.9192.7732.55
Hex684A06011025bf5d21
Octal62042401402104527713541
Binary11010000100101000001100000100010100101101111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0684A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0684A0; }

 p { color: rgb(6,132,160); }

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

<style>
 a { background-color: #0684A0; }

 a { background-color: rgb(6,132,160); }

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

<style>
 span { border-color: #0684A0; }

 span { border-color: rgb(6,132,160); }

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