Html Css Color HEX #06988D Dark Cyan

📋 copy color: '#06988D'

red 6 ◦ green 152 ◦ blue 141

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

Shades of Dark Cyan #06988D

Tints of Dark Cyan #06988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.84%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 2.01%
G = 50.84%
B = 47.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#06988D (or 0x06988D) is known color: Dark Cyan. HEX triplet: 06, 98 and 8D. RGB value is (6,152,141). Sum of RGB (Red+Green+Blue) = 6+152+141=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #06988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06988D is #F96772. Grayscale: #6A6A6A. Windows color (decimal): -16344947 or 9279494. OLE color: 9279494.

HSL color Cylindrical-coordinate representation of color #06988D: hue angle of 175.48º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06988D is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 152 141 -
CMYK 0.96 0 0.07 0.40
HSL 175.48º 0.92% 0.31% -
HSV(B) 175.48º 0.96% 0.6% -
XYZ 16.11 24.42 29.06 -
YUV 107.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 6 152 141 0.96 0 0.07 0.40 175.48 0.92 0.31
Hex 6 98 8D 60 0 7 28 AF 5C 1F
Octal 6 230 215 140 0 7 50 257 134 37
Binary 110 10011000 10001101 1100000 0 111 101000 10101111 1011100 11111

Color Harmonies of #06988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06988D

Black with #06988D

Text Example


Text Example

White with #06988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,152,141); }

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

background-color css

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

 a { background-color: rgb(6,152,141); }

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

border-color css

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

 span { border-color: rgb(6,152,141); }

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