Html Css Color HEX #06868A Dark Cyan

📋 copy color: '#06868A'

red 6 ◦ green 134 ◦ blue 138

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

Shades of Dark Cyan #06868A

Tints of Dark Cyan #06868A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.2%

 BLUE value IS 138 (54.3% from 255) = 49.64%

R = 2.16%
G = 48.2%
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

#06868A (or 0x06868A) is known color: Dark Cyan. HEX triplet: 06, 86 and 8A. RGB value is (6,134,138). Sum of RGB (Red+Green+Blue) = 6+134+138=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #06868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06868A is #F97975. Grayscale: #606060. Windows color (decimal): -16349558 or 9078278. OLE color: 9078278.

HSL color Cylindrical-coordinate representation of color #06868A: hue angle of 181.82º 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 #06868A is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 134 138 -
CMYK 0.96 0.03 0 0.46
HSL 181.82º 0.92% 0.28% -
HSV(B) 181.82º 0.96% 0.54% -
XYZ 13.19 18.92 27 -
YUV 96.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 6 134 138 0.96 0.03 0 0.46 181.82 0.92 0.28
Hex 6 86 8A 60 3 0 2E B6 5C 1C
Octal 6 206 212 140 3 0 56 266 134 34
Binary 110 10000110 10001010 1100000 11 0 101110 10110110 1011100 11100

Color Harmonies of #06868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06868A

Black with #06868A

Text Example


Text Example

White with #06868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06868A; }

 p { color: rgb(6,134,138); }

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

background-color css

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

 a { background-color: rgb(6,134,138); }

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

border-color css

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

 span { border-color: rgb(6,134,138); }

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