Html Css Color HEX #068686 Dark Cyan

📋 copy color: '#068686'

red 6 ◦ green 134 ◦ blue 134

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

Shades of Dark Cyan #068686

Tints of Dark Cyan #068686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.91%

 BLUE value IS 134 (52.73% from 255) = 48.91%

R = 2.19%
G = 48.91%
B = 48.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#068686 (or 0x068686) is known color: Dark Cyan. HEX triplet: 06, 86 and 86. RGB value is (6,134,134). Sum of RGB (Red+Green+Blue) = 6+134+134=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #068686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068686 is #F97979. Grayscale: #5F5F5F. Windows color (decimal): -16349562 or 8816134. OLE color: 8816134.

HSL color Cylindrical-coordinate representation of color #068686: hue angle of 180º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068686 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 134 -
CMYK 0.96 0 0 0.47
HSL 180º 0.91% 0.27% -
HSV(B) 180º 0.96% 0.53% -
XYZ 12.9 18.81 25.5 -
YUV 95.73 149.59 64 -
System Red Green Blue C M Y K H S L
Decimal 6 134 134 0.96 0 0 0.47 180 0.91 0.27
Hex 6 86 86 60 0 0 2F B4 5B 1B
Octal 6 206 206 140 0 0 57 264 133 33
Binary 110 10000110 10000110 1100000 0 0 101111 10110100 1011011 11011

Color Harmonies of #068686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068686

Black with #068686

Text Example


Text Example

White with #068686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068686; }

 p { color: rgb(6,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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