Html Css Color HEX #06848B Dark Cyan

📋 copy color: '#06848B'

red 6 ◦ green 132 ◦ blue 139

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

Shades of Dark Cyan #06848B

Tints of Dark Cyan #06848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 2.17%
G = 47.65%
B = 50.18%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06848B (or 0x06848B) is known color: Dark Cyan. HEX triplet: 06, 84 and 8B. RGB value is (6,132,139). Sum of RGB (Red+Green+Blue) = 6+132+139=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #06848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06848B is #F97B74. Grayscale: #5E5E5E. Windows color (decimal): -16350069 or 9143302. OLE color: 9143302.

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

Color convert

RGB 6 132 139 -
CMYK 0.96 0.05 0 0.45
HSL 183.16º 0.92% 0.28% -
HSV(B) 183.16º 0.96% 0.55% -
XYZ 12.99 18.41 27.29 -
YUV 95.12 152.76 64.43 -
System Red Green Blue C M Y K H S L
Decimal 6 132 139 0.96 0.05 0 0.45 183.16 0.92 0.28
Hex 6 84 8B 60 5 0 2D B7 5C 1C
Octal 6 204 213 140 5 0 55 267 134 34
Binary 110 10000100 10001011 1100000 101 0 101101 10110111 1011100 11100

Color Harmonies of #06848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06848B

Black with #06848B

Text Example


Text Example

White with #06848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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