#0695A0

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

Shades of Eastern Blue #0695A0

Tints of Eastern Blue #0695A0

Color information

#0695A0 (or 0x0695A0) is unknown color: approx Eastern Blue. HEX triplet: 06, 95 and A0. RGB value is (6,149,160). Sum of RGB (Red+Green+Blue) = 6+149+160=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #0695A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0695A0 is #F96A5F. Grayscale: #6B6B6B. Windows color (decimal): -16345696 or 10523910. OLE color: 10523910.

HSL color Cylindrical-coordinate representation of color #0695A0: hue angle of 184.29º 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 #0695A0 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6149160-
CMYK0.960.0700.37
HSL184.29º92.77%32.55%-
HSV(B)184.29º96.25%62.75%-
XYZ17.1724.0737-
YUV107.5157.6255.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.90%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 160 (62.89% from 255) = 50.79%
R=1.90%
G=47.30%
B=50.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61491600.960.0700.37184.2992.7732.55
Hex695A0607025b85d21
Octal6225240140704527013541
Binary110100101011010000011000001110100101101110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0695A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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