#068F9E

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

Shades of Eastern Blue #068F9E

Tints of Eastern Blue #068F9E

Color information

#068F9E (or 0x068F9E) is unknown color: approx Eastern Blue. HEX triplet: 06, 8F and 9E. RGB value is (6,143,158). Sum of RGB (Red+Green+Blue) = 6+143+158=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #068F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F9E is #F97061. Grayscale: #676767. Windows color (decimal): -16347234 or 10391302. OLE color: 10391302.

HSL color Cylindrical-coordinate representation of color #068F9E: hue angle of 185.92º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068F9E is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6143158-
CMYK0.960.0900.38
HSL185.92º92.68%32.16%-
HSV(B)185.92º96.2%61.96%-
XYZ16.0722.1535.78-
YUV103.75158.6158.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 143 (56.25% from 255) = 46.58%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=1.95%
G=46.58%
B=51.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61431580.960.0900.38185.9292.6832.16
Hex68F9E609026ba5d20
Octal62172361401104627213540
Binary1101000111110011110110000010010100110101110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068F9E; }

 p { color: rgb(6,143,158); }

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

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

 a { background-color: rgb(6,143,158); }

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

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

 span { border-color: rgb(6,143,158); }

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