Html Css Color HEX #06838B Dark Cyan

📋 copy color: '#06838B'

red 6 ◦ green 131 ◦ blue 139

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

Shades of Dark Cyan #06838B

Tints of Dark Cyan #06838B

RGB

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

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

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

R = 2.17%
G = 47.46%
B = 50.36%

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

#06838B (or 0x06838B) is known color: Dark Cyan. HEX triplet: 06, 83 and 8B. RGB value is (6,131,139). Sum of RGB (Red+Green+Blue) = 6+131+139=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #06838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06838B is #F97C74. Grayscale: #5E5E5E. Windows color (decimal): -16350325 or 9143046. OLE color: 9143046.

HSL color Cylindrical-coordinate representation of color #06838B: hue angle of 183.61º 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 #06838B is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 131 139 -
CMYK 0.96 0.06 0 0.45
HSL 183.61º 0.92% 0.28% -
HSV(B) 183.61º 0.96% 0.55% -
XYZ 12.85 18.14 27.25 -
YUV 94.54 153.09 64.85 -
System Red Green Blue C M Y K H S L
Decimal 6 131 139 0.96 0.06 0 0.45 183.61 0.92 0.28
Hex 6 83 8B 60 6 0 2D B8 5C 1C
Octal 6 203 213 140 6 0 55 270 134 34
Binary 110 10000011 10001011 1100000 110 0 101101 10111000 1011100 11100

Color Harmonies of #06838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06838B

Black with #06838B

Text Example


Text Example

White with #06838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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