Html Css Color HEX #06819F Eastern Blue

📋 copy color: '#06819F'

red 6 ◦ green 129 ◦ blue 159

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

Shades of Eastern Blue #06819F

Tints of Eastern Blue #06819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.88%

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

R = 2.04%
G = 43.88%
B = 54.08%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06819F (or 0x06819F) is known color: Eastern Blue. HEX triplet: 06, 81 and 9F. RGB value is (6,129,159). Sum of RGB (Red+Green+Blue) = 6+129+159=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #06819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06819F is #F97E60. Grayscale: #5F5F5F. Windows color (decimal): -16350817 or 10453254. OLE color: 10453254.

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

Color convert

RGB 6 129 159 -
CMYK 0.96 0.19 0 0.38
HSL 191.76º 0.93% 0.32% -
HSV(B) 191.76º 0.96% 0.62% -
XYZ 14.18 18.24 35.57 -
YUV 95.64 163.75 64.06 -
System Red Green Blue C M Y K H S L
Decimal 6 129 159 0.96 0.19 0 0.38 191.76 0.93 0.32
Hex 6 81 9F 60 13 0 26 C0 5D 20
Octal 6 201 237 140 23 0 46 300 135 40
Binary 110 10000001 10011111 1100000 10011 0 100110 11000000 1011101 100000

Color Harmonies of #06819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06819F

Black with #06819F

Text Example


Text Example

White with #06819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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