Html Css Color HEX #06928C Dark Cyan

📋 copy color: '#06928C'

red 6 ◦ green 146 ◦ blue 140

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

Shades of Dark Cyan #06928C

Tints of Dark Cyan #06928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 2.05%
G = 50%
B = 47.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#06928C (or 0x06928C) is known color: Dark Cyan. HEX triplet: 06, 92 and 8C. RGB value is (6,146,140). Sum of RGB (Red+Green+Blue) = 6+146+140=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #06928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06928C is #F96D73. Grayscale: #676767. Windows color (decimal): -16346484 or 9212422. OLE color: 9212422.

HSL color Cylindrical-coordinate representation of color #06928C: hue angle of 177.43º 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 #06928C is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 146 140 -
CMYK 0.96 0 0.04 0.43
HSL 177.43º 0.92% 0.3% -
HSV(B) 177.43º 0.96% 0.57% -
XYZ 15.09 22.49 28.36 -
YUV 103.46 148.62 58.49 -
System Red Green Blue C M Y K H S L
Decimal 6 146 140 0.96 0 0.04 0.43 177.43 0.92 0.3
Hex 6 92 8C 60 0 4 2B B1 5C 1E
Octal 6 222 214 140 0 4 53 261 134 36
Binary 110 10010010 10001100 1100000 0 100 101011 10110001 1011100 11110

Color Harmonies of #06928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06928C

Black with #06928C

Text Example


Text Example

White with #06928C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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