#068595

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

Shades of Eastern Blue #068595

Tints of Eastern Blue #068595

Color information

#068595 (or 0x068595) is unknown color: approx Eastern Blue. HEX triplet: 06, 85 and 95. RGB value is (6,133,149). Sum of RGB (Red+Green+Blue) = 6+133+149=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #068595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068595 is #F97A6A. Grayscale: #606060. Windows color (decimal): -16349803 or 9798918. OLE color: 9798918.

HSL color Cylindrical-coordinate representation of color #068595: hue angle of 186.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068595 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6133149-
CMYK0.960.1100.42
HSL186.71º92.26%30.39%-
HSV(B)186.71º95.97%58.43%-
XYZ13.8918.9831.37-
YUV96.85157.4263.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=2.08%
G=46.18%
B=51.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61331490.960.1100.42186.7192.2630.39
Hex6859560B02Abb5c1e
Octal62052251401305227313436
Binary110100001011001010111000001011010101010111011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068595; }

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

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

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

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

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

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

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

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