Html Css Color HEX #06848D Dark Cyan

📋 copy color: '#06848D'

red 6 ◦ green 132 ◦ blue 141

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

Shades of Dark Cyan #06848D

Tints of Dark Cyan #06848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 2.15%
G = 47.31%
B = 50.54%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06848D (or 0x06848D) is known color: Dark Cyan. HEX triplet: 06, 84 and 8D. RGB value is (6,132,141). Sum of RGB (Red+Green+Blue) = 6+132+141=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #06848D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06848D is #F97B72. Grayscale: #5F5F5F. Windows color (decimal): -16350067 or 9274374. OLE color: 9274374.

HSL color Cylindrical-coordinate representation of color #06848D: hue angle of 184º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06848D is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 132 141 -
CMYK 0.96 0.06 0 0.45
HSL 184º 0.92% 0.29% -
HSV(B) 184º 0.96% 0.55% -
XYZ 13.13 18.46 28.07 -
YUV 95.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 6 132 141 0.96 0.06 0 0.45 184 0.92 0.29
Hex 6 84 8D 60 6 0 2D B8 5C 1D
Octal 6 204 215 140 6 0 55 270 134 35
Binary 110 10000100 10001101 1100000 110 0 101101 10111000 1011100 11101

Color Harmonies of #06848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06848D

Black with #06848D

Text Example


Text Example

White with #06848D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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