Html Css Color HEX #06959F Eastern Blue

📋 copy color: '#06959F'

red 6 ◦ green 149 ◦ blue 159

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

Shades of Eastern Blue #06959F

Tints of Eastern Blue #06959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 1.91%
G = 47.45%
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

#06959F (or 0x06959F) is known color: Eastern Blue. HEX triplet: 06, 95 and 9F. RGB value is (6,149,159). Sum of RGB (Red+Green+Blue) = 6+149+159=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #06959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06959F is #F96A60. Grayscale: #6B6B6B. Windows color (decimal): -16345697 or 10458374. OLE color: 10458374.

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

Color convert

RGB 6 149 159 -
CMYK 0.96 0.06 0 0.38
HSL 183.92º 0.93% 0.32% -
HSV(B) 183.92º 0.96% 0.62% -
XYZ 17.08 24.04 36.54 -
YUV 107.38 157.12 55.69 -
System Red Green Blue C M Y K H S L
Decimal 6 149 159 0.96 0.06 0 0.38 183.92 0.93 0.32
Hex 6 95 9F 60 6 0 26 B8 5D 20
Octal 6 225 237 140 6 0 46 270 135 40
Binary 110 10010101 10011111 1100000 110 0 100110 10111000 1011101 100000

Color Harmonies of #06959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06959F

Black with #06959F

Text Example


Text Example

White with #06959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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