Html Css Color HEX #068392 Dark Cyan

📋 copy color: '#068392'

red 6 ◦ green 131 ◦ blue 146

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

Shades of Dark Cyan #068392

Tints of Dark Cyan #068392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 2.12%
G = 46.29%
B = 51.59%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#068392 (or 0x068392) is known color: Dark Cyan. HEX triplet: 06, 83 and 92. RGB value is (6,131,146). Sum of RGB (Red+Green+Blue) = 6+131+146=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #068392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068392 is #F97C6D. Grayscale: #5F5F5F. Windows color (decimal): -16350318 or 9601798. OLE color: 9601798.

HSL color Cylindrical-coordinate representation of color #068392: hue angle of 186.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068392 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 131 146 -
CMYK 0.96 0.10 0 0.43
HSL 186.43º 0.92% 0.3% -
HSV(B) 186.43º 0.96% 0.57% -
XYZ 13.38 18.35 30.03 -
YUV 95.34 156.59 64.28 -
System Red Green Blue C M Y K H S L
Decimal 6 131 146 0.96 0.10 0 0.43 186.43 0.92 0.3
Hex 6 83 92 60 A 0 2B BA 5C 1E
Octal 6 203 222 140 12 0 53 272 134 36
Binary 110 10000011 10010010 1100000 1010 0 101011 10111010 1011100 11110

Color Harmonies of #068392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068392

Black with #068392

Text Example


Text Example

White with #068392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068392; }

 p { color: rgb(6,131,146); }

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

background-color css

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

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

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

border-color css

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

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

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