Html Css Color HEX #06978D Dark Cyan

📋 copy color: '#06978D'

red 6 ◦ green 151 ◦ blue 141

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

Shades of Dark Cyan #06978D

Tints of Dark Cyan #06978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.67%

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

R = 2.01%
G = 50.67%
B = 47.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#06978D (or 0x06978D) is known color: Dark Cyan. HEX triplet: 06, 97 and 8D. RGB value is (6,151,141). Sum of RGB (Red+Green+Blue) = 6+151+141=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #06978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06978D is #F96872. Grayscale: #6A6A6A. Windows color (decimal): -16345203 or 9279238. OLE color: 9279238.

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

Color convert

RGB 6 151 141 -
CMYK 0.96 0 0.07 0.41
HSL 175.86º 0.92% 0.31% -
HSV(B) 175.86º 0.96% 0.59% -
XYZ 15.95 24.1 29.01 -
YUV 106.51 147.46 56.31 -
System Red Green Blue C M Y K H S L
Decimal 6 151 141 0.96 0 0.07 0.41 175.86 0.92 0.31
Hex 6 97 8D 60 0 7 29 B0 5C 1F
Octal 6 227 215 140 0 7 51 260 134 37
Binary 110 10010111 10001101 1100000 0 111 101001 10110000 1011100 11111

Color Harmonies of #06978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06978D

Black with #06978D

Text Example


Text Example

White with #06978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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