Html Css Color HEX #068490 Dark Cyan

📋 copy color: '#068490'

red 6 ◦ green 132 ◦ blue 144

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

Shades of Dark Cyan #068490

Tints of Dark Cyan #068490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.81%

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 2.13%
G = 46.81%
B = 51.06%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#068490 (or 0x068490) is known color: Dark Cyan. HEX triplet: 06, 84 and 90. RGB value is (6,132,144). Sum of RGB (Red+Green+Blue) = 6+132+144=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #068490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068490 is #F97B6F. Grayscale: #5F5F5F. Windows color (decimal): -16350064 or 9470982. OLE color: 9470982.

HSL color Cylindrical-coordinate representation of color #068490: hue angle of 185.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068490 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 132 144 -
CMYK 0.96 0.08 0 0.44
HSL 185.22º 0.92% 0.29% -
HSV(B) 185.22º 0.96% 0.56% -
XYZ 13.36 18.55 29.26 -
YUV 95.69 155.26 64.02 -
System Red Green Blue C M Y K H S L
Decimal 6 132 144 0.96 0.08 0 0.44 185.22 0.92 0.29
Hex 6 84 90 60 8 0 2C B9 5C 1D
Octal 6 204 220 140 10 0 54 271 134 35
Binary 110 10000100 10010000 1100000 1000 0 101100 10111001 1011100 11101

Color Harmonies of #068490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068490

Black with #068490

Text Example


Text Example

White with #068490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068490; }

 p { color: rgb(6,132,144); }

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

background-color css

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

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

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

border-color css

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

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

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