Html Css Color HEX #06869E Eastern Blue

📋 copy color: '#06869E'

red 6 ◦ green 134 ◦ blue 158

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

Shades of Eastern Blue #06869E

Tints of Eastern Blue #06869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

 BLUE value IS 158 (62.11% from 255) = 53.02%

R = 2.01%
G = 44.97%
B = 53.02%

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

#06869E (or 0x06869E) is known color: Eastern Blue. HEX triplet: 06, 86 and 9E. RGB value is (6,134,158). Sum of RGB (Red+Green+Blue) = 6+134+158=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #06869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06869E is #F97961. Grayscale: #626262. Windows color (decimal): -16349538 or 10388998. OLE color: 10388998.

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

Color convert

RGB 6 134 158 -
CMYK 0.96 0.15 0 0.38
HSL 189.47º 0.93% 0.32% -
HSV(B) 189.47º 0.96% 0.62% -
XYZ 14.77 19.56 35.34 -
YUV 98.46 161.59 62.05 -
System Red Green Blue C M Y K H S L
Decimal 6 134 158 0.96 0.15 0 0.38 189.47 0.93 0.32
Hex 6 86 9E 60 F 0 26 BD 5D 20
Octal 6 206 236 140 17 0 46 275 135 40
Binary 110 10000110 10011110 1100000 1111 0 100110 10111101 1011101 100000

Color Harmonies of #06869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06869E

Black with #06869E

Text Example


Text Example

White with #06869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06869E; }

 p { color: rgb(6,134,158); }

 H1.HeaderClassName
 {
   color: #06869E;
 }
 .AnyTagClassName
 {
   color: #06869E;
 }
</style>

background-color css

<style>
 a { background-color: #06869E; }

 a { background-color: rgb(6,134,158); }

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

border-color css

<style>
 span { border-color: #06869E; }

 span { border-color: rgb(6,134,158); }

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