Html Css Color HEX #06859D Eastern Blue

📋 copy color: '#06859D'

red 6 ◦ green 133 ◦ blue 157

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

Shades of Eastern Blue #06859D

Tints of Eastern Blue #06859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 157 (61.72% from 255) = 53.04%

R = 2.03%
G = 44.93%
B = 53.04%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06859D (or 0x06859D) is known color: Eastern Blue. HEX triplet: 06, 85 and 9D. RGB value is (6,133,157). Sum of RGB (Red+Green+Blue) = 6+133+157=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #06859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06859D is #F97A62. Grayscale: #616161. Windows color (decimal): -16349795 or 10323206. OLE color: 10323206.

HSL color Cylindrical-coordinate representation of color #06859D: hue angle of 189.54º 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 #06859D is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 133 157 -
CMYK 0.96 0.15 0 0.38
HSL 189.54º 0.93% 0.32% -
HSV(B) 189.54º 0.96% 0.62% -
XYZ 14.55 19.25 34.85 -
YUV 97.76 161.42 62.55 -
System Red Green Blue C M Y K H S L
Decimal 6 133 157 0.96 0.15 0 0.38 189.54 0.93 0.32
Hex 6 85 9D 60 F 0 26 BE 5D 20
Octal 6 205 235 140 17 0 46 276 135 40
Binary 110 10000101 10011101 1100000 1111 0 100110 10111110 1011101 100000

Color Harmonies of #06859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06859D

Black with #06859D

Text Example


Text Example

White with #06859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,133,157); }

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

background-color css

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

 a { background-color: rgb(6,133,157); }

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

border-color css

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

 span { border-color: rgb(6,133,157); }

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