Html Css Color HEX #06848E Dark Cyan

📋 copy color: '#06848E'

red 6 ◦ green 132 ◦ blue 142

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

Shades of Dark Cyan #06848E

Tints of Dark Cyan #06848E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.71%

R = 2.14%
G = 47.14%
B = 50.71%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06848E (or 0x06848E) is known color: Dark Cyan. HEX triplet: 06, 84 and 8E. RGB value is (6,132,142). Sum of RGB (Red+Green+Blue) = 6+132+142=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #06848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06848E is #F97B71. Grayscale: #5F5F5F. Windows color (decimal): -16350066 or 9339910. OLE color: 9339910.

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

Color convert

RGB 6 132 142 -
CMYK 0.96 0.07 0 0.44
HSL 184.41º 0.92% 0.29% -
HSV(B) 184.41º 0.96% 0.56% -
XYZ 13.21 18.49 28.46 -
YUV 95.47 154.26 64.19 -
System Red Green Blue C M Y K H S L
Decimal 6 132 142 0.96 0.07 0 0.44 184.41 0.92 0.29
Hex 6 84 8E 60 7 0 2C B8 5C 1D
Octal 6 204 216 140 7 0 54 270 134 35
Binary 110 10000100 10001110 1100000 111 0 101100 10111000 1011100 11101

Color Harmonies of #06848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06848E

Black with #06848E

Text Example


Text Example

White with #06848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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