#06959A

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

Shades of Eastern Blue #06959A

Tints of Eastern Blue #06959A

Color information

#06959A (or 0x06959A) is unknown color: approx Eastern Blue. HEX triplet: 06, 95 and 9A. RGB value is (6,149,154). Sum of RGB (Red+Green+Blue) = 6+149+154=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #06959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06959A is #F96A65. Grayscale: #6A6A6A. Windows color (decimal): -16345702 or 10130694. OLE color: 10130694.

HSL color Cylindrical-coordinate representation of color #06959A: hue angle of 182.03º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06959A is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6149154-
CMYK0.960.0300.40
HSL182.03º92.5%31.37%-
HSV(B)182.03º96.1%60.39%-
XYZ16.6623.8734.3-
YUV106.81154.6256.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.94%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=1.94%
G=48.22%
B=49.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61491540.960.0300.40182.0392.531.37
Hex6959A603028b65c1f
Octal6225232140305026613437
Binary1101001010110011010110000011010100010110110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06959A; }

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

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

<style>
 a { background-color: #06959A; }

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

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

<style>
 span { border-color: #06959A; }

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

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