#068495

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

Shades of Eastern Blue #068495

Tints of Eastern Blue #068495

Color information

#068495 (or 0x068495) is unknown color: approx Eastern Blue. HEX triplet: 06, 84 and 95. RGB value is (6,132,149). Sum of RGB (Red+Green+Blue) = 6+132+149=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #068495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068495 is #F97B6A. Grayscale: #606060. Windows color (decimal): -16350059 or 9798662. OLE color: 9798662.

HSL color Cylindrical-coordinate representation of color #068495: hue angle of 187.13º 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 #068495 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6132149-
CMYK0.960.1100.42
HSL187.13º92.26%30.39%-
HSV(B)187.13º95.97%58.43%-
XYZ13.7518.7131.32-
YUV96.26157.7663.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.09%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=2.09%
G=45.99%
B=51.92%

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
Decimal61321490.960.1100.42187.1392.2630.39
Hex6849560B02Abb5c1e
Octal62042251401305227313436
Binary110100001001001010111000001011010101010111011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068495; }

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

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

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

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

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

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

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

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