Html Css Color HEX #06999B Persian Green

📋 copy color: '#06999B'

red 6 ◦ green 153 ◦ blue 155

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

Shades of Persian Green #06999B

Tints of Persian Green #06999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 1.91%
G = 48.73%
B = 49.36%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06999B (or 0x06999B) is known color: Persian Green. HEX triplet: 06, 99 and 9B. RGB value is (6,153,155). Sum of RGB (Red+Green+Blue) = 6+153+155=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #06999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06999B is #F96664. Grayscale: #6D6D6D. Windows color (decimal): -16344677 or 10197254. OLE color: 10197254.

HSL color Cylindrical-coordinate representation of color #06999B: hue angle of 180.81º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06999B is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 153 155 -
CMYK 0.96 0.01 0 0.39
HSL 180.81º 0.93% 0.32% -
HSV(B) 180.81º 0.96% 0.61% -
XYZ 17.38 25.19 34.96 -
YUV 109.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 6 153 155 0.96 0.01 0 0.39 180.81 0.93 0.32
Hex 6 99 9B 60 1 0 27 B5 5D 20
Octal 6 231 233 140 1 0 47 265 135 40
Binary 110 10011001 10011011 1100000 1 0 100111 10110101 1011101 100000

Color Harmonies of #06999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06999B

Black with #06999B

Text Example


Text Example

White with #06999B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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