Html Css Color HEX #068589 Dark Cyan

📋 copy color: '#068589'

red 6 ◦ green 133 ◦ blue 137

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

Shades of Dark Cyan #068589

Tints of Dark Cyan #068589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.64%

R = 2.17%
G = 48.19%
B = 49.64%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#068589 (or 0x068589) is known color: Dark Cyan. HEX triplet: 06, 85 and 89. RGB value is (6,133,137). Sum of RGB (Red+Green+Blue) = 6+133+137=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #068589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068589 is #F97A76. Grayscale: #5F5F5F. Windows color (decimal): -16349815 or 9012486. OLE color: 9012486.

HSL color Cylindrical-coordinate representation of color #068589: hue angle of 181.83º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068589 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 133 137 -
CMYK 0.96 0.03 0 0.46
HSL 181.83º 0.92% 0.28% -
HSV(B) 181.83º 0.96% 0.54% -
XYZ 12.98 18.62 26.58 -
YUV 95.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 6 133 137 0.96 0.03 0 0.46 181.83 0.92 0.28
Hex 6 85 89 60 3 0 2E B6 5C 1C
Octal 6 205 211 140 3 0 56 266 134 34
Binary 110 10000101 10001001 1100000 11 0 101110 10110110 1011100 11100

Color Harmonies of #068589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068589

Black with #068589

Text Example


Text Example

White with #068589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068589; }

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

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

background-color css

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

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

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

border-color css

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

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

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