Html Css Color HEX #068587 Dark Cyan

📋 copy color: '#068587'

red 6 ◦ green 133 ◦ blue 135

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

Shades of Dark Cyan #068587

Tints of Dark Cyan #068587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

 BLUE value IS 135 (53.13% from 255) = 49.27%

R = 2.19%
G = 48.54%
B = 49.27%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#068587 (or 0x068587) is known color: Dark Cyan. HEX triplet: 06, 85 and 87. RGB value is (6,133,135). Sum of RGB (Red+Green+Blue) = 6+133+135=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #068587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068587 is #F97A78. Grayscale: #5F5F5F. Windows color (decimal): -16349817 or 8881414. OLE color: 8881414.

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

Color convert

RGB 6 133 135 -
CMYK 0.96 0.01 0 0.47
HSL 180.93º 0.91% 0.28% -
HSV(B) 180.93º 0.96% 0.53% -
XYZ 12.84 18.56 25.83 -
YUV 95.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 6 133 135 0.96 0.01 0 0.47 180.93 0.91 0.28
Hex 6 85 87 60 1 0 2F B5 5B 1C
Octal 6 205 207 140 1 0 57 265 133 34
Binary 110 10000101 10000111 1100000 1 0 101111 10110101 1011011 11100

Color Harmonies of #068587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068587

Black with #068587

Text Example


Text Example

White with #068587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068587; }

 p { color: rgb(6,133,135); }

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

background-color css

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

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

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

border-color css

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

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

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