Html Css Color HEX #0694A0 Eastern Blue

📋 copy color: '#0694A0'

red 6 ◦ green 148 ◦ blue 160

#0694A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #0694A0

Tints of Eastern Blue #0694A0

RGB

 RED value IS 6 (2.73% from 255) = 1.91%

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 160 (62.89% from 255) = 50.96%

R = 1.91%
G = 47.13%
B = 50.96%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0694A0 (or 0x0694A0) is known color: Eastern Blue. HEX triplet: 06, 94 and A0. RGB value is (6,148,160). Sum of RGB (Red+Green+Blue) = 6+148+160=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #0694A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0694A0 is #F96B5F. Grayscale: #6A6A6A. Windows color (decimal): -16345952 or 10523654. OLE color: 10523654.

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

Color convert

RGB 6 148 160 -
CMYK 0.96 0.07 0 0.37
HSL 184.68º 0.93% 0.33% -
HSV(B) 184.68º 0.96% 0.63% -
XYZ 17.01 23.76 36.95 -
YUV 106.91 157.96 56.02 -
System Red Green Blue C M Y K H S L
Decimal 6 148 160 0.96 0.07 0 0.37 184.68 0.93 0.33
Hex 6 94 A0 60 7 0 25 B9 5D 21
Octal 6 224 240 140 7 0 45 271 135 41
Binary 110 10010100 10100000 1100000 111 0 100101 10111001 1011101 100001

Color Harmonies of #0694A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0694A0

Black with #0694A0

Text Example


Text Example

White with #0694A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0694A0;
 }
 .AnyTagClassName
 {
   color: #0694A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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