#0684A2

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

Shades of Eastern Blue #0684A2

Tints of Eastern Blue #0684A2

Color information

#0684A2 (or 0x0684A2) is unknown color: approx Eastern Blue. HEX triplet: 06, 84 and A2. RGB value is (6,132,162). Sum of RGB (Red+Green+Blue) = 6+132+162=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 162 (63.67% from 255 or 54% from 300); Max value from RGB is 162 - color contains mainly: blue. Hex color #0684A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0684A2 is #F97B5D. Grayscale: #616161. Windows color (decimal): -16350046 or 10650630. OLE color: 10650630.

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

Color convert

RGB6132162-
CMYK0.960.1900.36
HSL191.54º92.86%32.94%-
HSV(B)191.54º96.3%63.53%-
XYZ14.8519.1537.1-
YUV97.75164.2662.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 162 (63.67% from 255) = 54%
R=2%
G=44%
B=54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61321620.960.1900.36191.5492.8632.94
Hex684A26013024c05d21
Octal62042421402304430013541
Binary11010000100101000101100000100110100100110000001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0684A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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