Html Css Color HEX #06949E Eastern Blue

📋 copy color: '#06949E'

red 6 ◦ green 148 ◦ blue 158

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

Shades of Eastern Blue #06949E

Tints of Eastern Blue #06949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.44%

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

R = 1.92%
G = 47.44%
B = 50.64%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06949E (or 0x06949E) is known color: Eastern Blue. HEX triplet: 06, 94 and 9E. RGB value is (6,148,158). Sum of RGB (Red+Green+Blue) = 6+148+158=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #06949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06949E is #F96B61. Grayscale: #6A6A6A. Windows color (decimal): -16345954 or 10392582. OLE color: 10392582.

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

Color convert

RGB 6 148 158 -
CMYK 0.96 0.06 0 0.38
HSL 183.95º 0.93% 0.32% -
HSV(B) 183.95º 0.96% 0.62% -
XYZ 16.84 23.69 36.03 -
YUV 106.68 156.96 56.19 -
System Red Green Blue C M Y K H S L
Decimal 6 148 158 0.96 0.06 0 0.38 183.95 0.93 0.32
Hex 6 94 9E 60 6 0 26 B8 5D 20
Octal 6 224 236 140 6 0 46 270 135 40
Binary 110 10010100 10011110 1100000 110 0 100110 10111000 1011101 100000

Color Harmonies of #06949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06949E

Black with #06949E

Text Example


Text Example

White with #06949E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06949E;
 }
 .AnyTagClassName
 {
   color: #06949E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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