#068996

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

Shades of Eastern Blue #068996

Tints of Eastern Blue #068996

Color information

#068996 (or 0x068996) is unknown color: approx Eastern Blue. HEX triplet: 06, 89 and 96. RGB value is (6,137,150). Sum of RGB (Red+Green+Blue) = 6+137+150=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #068996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068996 is #F97669. Grayscale: #636363. Windows color (decimal): -16348778 or 9865478. OLE color: 9865478.

HSL color Cylindrical-coordinate representation of color #068996: hue angle of 185.42º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068996 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6137150-
CMYK0.960.0900.41
HSL185.42º92.31%30.59%-
HSV(B)185.42º96%58.82%-
XYZ14.5320.1331.97-
YUV99.31156.661.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=2.05%
G=46.76%
B=51.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61371500.960.0900.41185.4292.3130.59
Hex68996609029b95c1f
Octal62112261401105127113437
Binary110100010011001011011000001001010100110111001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068996; }

 p { color: rgb(6,137,150); }

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

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

 a { background-color: rgb(6,137,150); }

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

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

 span { border-color: rgb(6,137,150); }

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