#068F9C

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

Shades of Eastern Blue #068F9C

Tints of Eastern Blue #068F9C

Color information

#068F9C (or 0x068F9C) is unknown color: approx Eastern Blue. HEX triplet: 06, 8F and 9C. RGB value is (6,143,156). Sum of RGB (Red+Green+Blue) = 6+143+156=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #068F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F9C is #F97063. Grayscale: #676767. Windows color (decimal): -16347236 or 10260230. OLE color: 10260230.

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

Color convert

RGB6143156-
CMYK0.960.0800.39
HSL185.2º92.59%31.76%-
HSV(B)185.2º96.15%61.18%-
XYZ15.922.0834.88-
YUV103.52157.6158.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 143 (56.25% from 255) = 46.89%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=1.97%
G=46.89%
B=51.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61431560.960.0800.39185.292.5931.76
Hex68F9C608027b95d20
Octal62172341401004727113540
Binary1101000111110011100110000010000100111101110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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