#0687A4

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

Shades of Eastern Blue #0687A4

Tints of Eastern Blue #0687A4

Color information

#0687A4 (or 0x0687A4) is unknown color: approx Eastern Blue. HEX triplet: 06, 87 and A4. RGB value is (6,135,164). Sum of RGB (Red+Green+Blue) = 6+135+164=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #0687A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0687A4 is #F9785B. Grayscale: #636363. Windows color (decimal): -16349276 or 10782470. OLE color: 10782470.

HSL color Cylindrical-coordinate representation of color #0687A4: hue angle of 191.01º 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 #0687A4 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6135164-
CMYK0.960.1800.36
HSL191.01º92.94%33.33%-
HSV(B)191.01º96.34%64.31%-
XYZ15.4420.0538.18-
YUV99.73164.2661.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 164 (64.45% from 255) = 53.77%
R=1.97%
G=44.26%
B=53.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61351640.960.1800.36191.0192.9433.33
Hex687A46012024bf5d21
Octal62072441402204427713541
Binary11010000111101001001100000100100100100101111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0687A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0687A4; }

 p { color: rgb(6,135,164); }

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

<style>
 a { background-color: #0687A4; }

 a { background-color: rgb(6,135,164); }

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

<style>
 span { border-color: #0687A4; }

 span { border-color: rgb(6,135,164); }

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