#06929E

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

Shades of Eastern Blue #06929E

Tints of Eastern Blue #06929E

Color information

#06929E (or 0x06929E) is unknown color: approx Eastern Blue. HEX triplet: 06, 92 and 9E. RGB value is (6,146,158). Sum of RGB (Red+Green+Blue) = 6+146+158=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #06929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06929E is #F96D61. Grayscale: #696969. Windows color (decimal): -16346466 or 10392070. OLE color: 10392070.

HSL color Cylindrical-coordinate representation of color #06929E: hue angle of 184.74º 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 #06929E is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6146158-
CMYK0.960.0800.38
HSL184.74º92.68%32.16%-
HSV(B)184.74º96.2%61.96%-
XYZ16.5323.0735.93-
YUV105.51157.6257.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.94%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=1.94%
G=47.10%
B=50.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61461580.960.0800.38184.7492.6832.16
Hex6929E608026b95d20
Octal62222361401004627113540
Binary1101001001010011110110000010000100110101110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06929E; }

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

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

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

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

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

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

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

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