#0695A5

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

Shades of Eastern Blue #0695A5

Tints of Eastern Blue #0695A5

Color information

#0695A5 (or 0x0695A5) is unknown color: approx Eastern Blue. HEX triplet: 06, 95 and A5. RGB value is (6,149,165). Sum of RGB (Red+Green+Blue) = 6+149+165=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #0695A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0695A5 is #F96A5A. Grayscale: #6B6B6B. Windows color (decimal): -16345691 or 10851590. OLE color: 10851590.

HSL color Cylindrical-coordinate representation of color #0695A5: hue angle of 186.04º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0695A5 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6149165-
CMYK0.960.1000.35
HSL186.04º92.98%33.53%-
HSV(B)186.04º96.36%64.71%-
XYZ17.6124.2539.35-
YUV108.07160.1255.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 165 (64.84% from 255) = 51.56%
R=1.88%
G=46.56%
B=51.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61491650.960.1000.35186.0492.9833.53
Hex695A560A023ba5d22
Octal62252451401204327213542
Binary1101001010110100101110000010100100011101110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0695A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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