Html Css Color HEX #06928E Dark Cyan

📋 copy color: '#06928E'

red 6 ◦ green 146 ◦ blue 142

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

Shades of Dark Cyan #06928E

Tints of Dark Cyan #06928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 2.04%
G = 49.66%
B = 48.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#06928E (or 0x06928E) is known color: Dark Cyan. HEX triplet: 06, 92 and 8E. RGB value is (6,146,142). Sum of RGB (Red+Green+Blue) = 6+146+142=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #06928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06928E is #F96D71. Grayscale: #676767. Windows color (decimal): -16346482 or 9343494. OLE color: 9343494.

HSL color Cylindrical-coordinate representation of color #06928E: hue angle of 178.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06928E is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 146 142 -
CMYK 0.96 0 0.03 0.43
HSL 178.29º 0.92% 0.3% -
HSV(B) 178.29º 0.96% 0.57% -
XYZ 15.24 22.55 29.14 -
YUV 103.68 149.62 58.33 -
System Red Green Blue C M Y K H S L
Decimal 6 146 142 0.96 0 0.03 0.43 178.29 0.92 0.3
Hex 6 92 8E 60 0 3 2B B2 5C 1E
Octal 6 222 216 140 0 3 53 262 134 36
Binary 110 10010010 10001110 1100000 0 11 101011 10110010 1011100 11110

Color Harmonies of #06928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06928E

Black with #06928E

Text Example


Text Example

White with #06928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06928E; }

 p { color: rgb(6,146,142); }

 H1.HeaderClassName
 {
   color: #06928E;
 }
 .AnyTagClassName
 {
   color: #06928E;
 }
</style>

background-color css

<style>
 a { background-color: #06928E; }

 a { background-color: rgb(6,146,142); }

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

border-color css

<style>
 span { border-color: #06928E; }

 span { border-color: rgb(6,146,142); }

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