Html Css Color HEX #06929E Eastern Blue

📋 copy color: '#06929E'

red 6 ◦ green 146 ◦ blue 158

#06929E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #06929E

Tints of Eastern Blue #06929E

RGB

 RED value IS 6 (2.73% from 255) = 1.94%

 GREEN value IS 146 (57.42% from 255) = 47.1%

 BLUE value IS 158 (62.11% from 255) = 50.97%

R = 1.94%
G = 47.1%
B = 50.97%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06929E (or 0x06929E) is known color: 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

RGB 6 146 158 -
CMYK 0.96 0.08 0 0.38
HSL 184.74º 0.93% 0.32% -
HSV(B) 184.74º 0.96% 0.62% -
XYZ 16.53 23.07 35.93 -
YUV 105.51 157.62 57.02 -
System Red Green Blue C M Y K H S L
Decimal 6 146 158 0.96 0.08 0 0.38 184.74 0.93 0.32
Hex 6 92 9E 60 8 0 26 B9 5D 20
Octal 6 222 236 140 10 0 46 271 135 40
Binary 110 10010010 10011110 1100000 1000 0 100110 10111001 1011101 100000

Color Harmonies of #06929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06929E

Black with #06929E

Text Example


Text Example

White with #06929E

Text Example


Text Example

HTML Codes & Css Web 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>