Html Css Color HEX #06839F Eastern Blue

📋 copy color: '#06839F'

red 6 ◦ green 131 ◦ blue 159

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

Shades of Eastern Blue #06839F

Tints of Eastern Blue #06839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 2.03%
G = 44.26%
B = 53.72%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06839F (or 0x06839F) is known color: Eastern Blue. HEX triplet: 06, 83 and 9F. RGB value is (6,131,159). Sum of RGB (Red+Green+Blue) = 6+131+159=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #06839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06839F is #F97C60. Grayscale: #606060. Windows color (decimal): -16350305 or 10453766. OLE color: 10453766.

HSL color Cylindrical-coordinate representation of color #06839F: hue angle of 190.98º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06839F is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 131 159 -
CMYK 0.96 0.18 0 0.38
HSL 190.98º 0.93% 0.32% -
HSV(B) 190.98º 0.96% 0.62% -
XYZ 14.45 18.77 35.66 -
YUV 96.82 163.09 63.22 -
System Red Green Blue C M Y K H S L
Decimal 6 131 159 0.96 0.18 0 0.38 190.98 0.93 0.32
Hex 6 83 9F 60 12 0 26 BF 5D 20
Octal 6 203 237 140 22 0 46 277 135 40
Binary 110 10000011 10011111 1100000 10010 0 100110 10111111 1011101 100000

Color Harmonies of #06839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06839F

Black with #06839F

Text Example


Text Example

White with #06839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06839F; }

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

 H1.HeaderClassName
 {
   color: #06839F;
 }
 .AnyTagClassName
 {
   color: #06839F;
 }
</style>

background-color css

<style>
 a { background-color: #06839F; }

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

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

border-color css

<style>
 span { border-color: #06839F; }

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

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