Html Css Color HEX #06959E Eastern Blue

📋 copy color: '#06959E'

red 6 ◦ green 149 ◦ blue 158

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

Shades of Eastern Blue #06959E

Tints of Eastern Blue #06959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

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

R = 1.92%
G = 47.6%
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

#06959E (or 0x06959E) is known color: Eastern Blue. HEX triplet: 06, 95 and 9E. RGB value is (6,149,158). Sum of RGB (Red+Green+Blue) = 6+149+158=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #06959E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06959E is #F96A61. Grayscale: #6B6B6B. Windows color (decimal): -16345698 or 10392838. OLE color: 10392838.

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

Color convert

RGB 6 149 158 -
CMYK 0.96 0.06 0 0.38
HSL 183.55º 0.93% 0.32% -
HSV(B) 183.55º 0.96% 0.62% -
XYZ 16.99 24 36.08 -
YUV 107.27 156.62 55.77 -
System Red Green Blue C M Y K H S L
Decimal 6 149 158 0.96 0.06 0 0.38 183.55 0.93 0.32
Hex 6 95 9E 60 6 0 26 B8 5D 20
Octal 6 225 236 140 6 0 46 270 135 40
Binary 110 10010101 10011110 1100000 110 0 100110 10111000 1011101 100000

Color Harmonies of #06959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06959E

Black with #06959E

Text Example


Text Example

White with #06959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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