Html Css Color HEX #06869D Eastern Blue

📋 copy color: '#06869D'

red 6 ◦ green 134 ◦ blue 157

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

Shades of Eastern Blue #06869D

Tints of Eastern Blue #06869D

RGB

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

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

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

R = 2.02%
G = 45.12%
B = 52.86%

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

#06869D (or 0x06869D) is known color: Eastern Blue. HEX triplet: 06, 86 and 9D. RGB value is (6,134,157). Sum of RGB (Red+Green+Blue) = 6+134+157=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #06869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06869D is #F97962. Grayscale: #626262. Windows color (decimal): -16349539 or 10323462. OLE color: 10323462.

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

Color convert

RGB 6 134 157 -
CMYK 0.96 0.15 0 0.38
HSL 189.14º 0.93% 0.32% -
HSV(B) 189.14º 0.96% 0.62% -
XYZ 14.69 19.52 34.89 -
YUV 98.35 161.09 62.13 -
System Red Green Blue C M Y K H S L
Decimal 6 134 157 0.96 0.15 0 0.38 189.14 0.93 0.32
Hex 6 86 9D 60 F 0 26 BD 5D 20
Octal 6 206 235 140 17 0 46 275 135 40
Binary 110 10000110 10011101 1100000 1111 0 100110 10111101 1011101 100000

Color Harmonies of #06869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06869D

Black with #06869D

Text Example


Text Example

White with #06869D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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