#068C9B

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

Shades of Eastern Blue #068C9B

Tints of Eastern Blue #068C9B

Color information

#068C9B (or 0x068C9B) is unknown color: approx Eastern Blue. HEX triplet: 06, 8C and 9B. RGB value is (6,140,155). Sum of RGB (Red+Green+Blue) = 6+140+155=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #068C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068C9B is #F97364. Grayscale: #656565. Windows color (decimal): -16348005 or 10193926. OLE color: 10193926.

HSL color Cylindrical-coordinate representation of color #068C9B: hue angle of 186.04º 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 #068C9B is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6140155-
CMYK0.960.1000.39
HSL186.04º92.55%31.57%-
HSV(B)186.04º96.13%60.78%-
XYZ15.3721.1634.28-
YUV101.64158.1159.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 140 (55.08% from 255) = 46.51%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=1.99%
G=46.51%
B=51.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61401550.960.1000.39186.0492.5531.57
Hex68C9B60A027ba5d20
Octal62142331401204727213540
Binary1101000110010011011110000010100100111101110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,140,155); }

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

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

 a { background-color: rgb(6,140,155); }

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

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

 span { border-color: rgb(6,140,155); }

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