Html Css Color HEX #06999F Eastern Blue

📋 copy color: '#06999F'

red 6 ◦ green 153 ◦ blue 159

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

Shades of Eastern Blue #06999F

Tints of Eastern Blue #06999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.11%

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

R = 1.89%
G = 48.11%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06999F (or 0x06999F) is known color: Eastern Blue. HEX triplet: 06, 99 and 9F. RGB value is (6,153,159). Sum of RGB (Red+Green+Blue) = 6+153+159=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #06999F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06999F is #F96660. Grayscale: #6D6D6D. Windows color (decimal): -16344673 or 10459398. OLE color: 10459398.

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

Color convert

RGB 6 153 159 -
CMYK 0.96 0.04 0 0.38
HSL 182.35º 0.93% 0.32% -
HSV(B) 182.35º 0.96% 0.62% -
XYZ 17.72 25.32 36.75 -
YUV 109.73 155.8 54.01 -
System Red Green Blue C M Y K H S L
Decimal 6 153 159 0.96 0.04 0 0.38 182.35 0.93 0.32
Hex 6 99 9F 60 4 0 26 B6 5D 20
Octal 6 231 237 140 4 0 46 266 135 40
Binary 110 10011001 10011111 1100000 100 0 100110 10110110 1011101 100000

Color Harmonies of #06999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06999F

Black with #06999F

Text Example


Text Example

White with #06999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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