Html Css Color HEX #06949D Eastern Blue

📋 copy color: '#06949D'

red 6 ◦ green 148 ◦ blue 157

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

Shades of Eastern Blue #06949D

Tints of Eastern Blue #06949D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 1.93%
G = 47.59%
B = 50.48%

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

#06949D (or 0x06949D) is known color: Eastern Blue. HEX triplet: 06, 94 and 9D. RGB value is (6,148,157). Sum of RGB (Red+Green+Blue) = 6+148+157=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #06949D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06949D is #F96B62. Grayscale: #6A6A6A. Windows color (decimal): -16345955 or 10327046. OLE color: 10327046.

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

Color convert

RGB 6 148 157 -
CMYK 0.96 0.06 0 0.38
HSL 183.58º 0.93% 0.32% -
HSV(B) 183.58º 0.96% 0.62% -
XYZ 16.75 23.65 35.58 -
YUV 106.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 6 148 157 0.96 0.06 0 0.38 183.58 0.93 0.32
Hex 6 94 9D 60 6 0 26 B8 5D 20
Octal 6 224 235 140 6 0 46 270 135 40
Binary 110 10010100 10011101 1100000 110 0 100110 10111000 1011101 100000

Color Harmonies of #06949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06949D

Black with #06949D

Text Example


Text Example

White with #06949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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