Html Css Color HEX #068090 Dark Cyan

📋 copy color: '#068090'

red 6 ◦ green 128 ◦ blue 144

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

Shades of Dark Cyan #068090

Tints of Dark Cyan #068090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

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

R = 2.16%
G = 46.04%
B = 51.8%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#068090 (or 0x068090) is known color: Dark Cyan. HEX triplet: 06, 80 and 90. RGB value is (6,128,144). Sum of RGB (Red+Green+Blue) = 6+128+144=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #068090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068090 is #F97F6F. Grayscale: #5D5D5D. Windows color (decimal): -16351088 or 9469958. OLE color: 9469958.

HSL color Cylindrical-coordinate representation of color #068090: hue angle of 186.96º 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 #068090 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 128 144 -
CMYK 0.96 0.11 0 0.44
HSL 186.96º 0.92% 0.29% -
HSV(B) 186.96º 0.96% 0.56% -
XYZ 12.83 17.49 29.09 -
YUV 93.35 156.58 65.7 -
System Red Green Blue C M Y K H S L
Decimal 6 128 144 0.96 0.11 0 0.44 186.96 0.92 0.29
Hex 6 80 90 60 B 0 2C BB 5C 1D
Octal 6 200 220 140 13 0 54 273 134 35
Binary 110 10000000 10010000 1100000 1011 0 101100 10111011 1011100 11101

Color Harmonies of #068090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068090

Black with #068090

Text Example


Text Example

White with #068090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068090; }

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

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

background-color css

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

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

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

border-color css

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

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

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