Html Css Color HEX #06968D Dark Cyan

📋 copy color: '#06968D'

red 6 ◦ green 150 ◦ blue 141

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

Shades of Dark Cyan #06968D

Tints of Dark Cyan #06968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

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

R = 2.02%
G = 50.51%
B = 47.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#06968D (or 0x06968D) is known color: Dark Cyan. HEX triplet: 06, 96 and 8D. RGB value is (6,150,141). Sum of RGB (Red+Green+Blue) = 6+150+141=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #06968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06968D is #F96972. Grayscale: #696969. Windows color (decimal): -16345459 or 9278982. OLE color: 9278982.

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

Color convert

RGB 6 150 141 -
CMYK 0.96 0 0.06 0.41
HSL 176.25º 0.92% 0.31% -
HSV(B) 176.25º 0.96% 0.59% -
XYZ 15.79 23.77 28.96 -
YUV 105.92 147.79 56.73 -
System Red Green Blue C M Y K H S L
Decimal 6 150 141 0.96 0 0.06 0.41 176.25 0.92 0.31
Hex 6 96 8D 60 0 6 29 B0 5C 1F
Octal 6 226 215 140 0 6 51 260 134 37
Binary 110 10010110 10001101 1100000 0 110 101001 10110000 1011100 11111

Color Harmonies of #06968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06968D

Black with #06968D

Text Example


Text Example

White with #06968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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