Html Css Color HEX #06919F Eastern Blue

📋 copy color: '#06919F'

red 6 ◦ green 145 ◦ blue 159

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

Shades of Eastern Blue #06919F

Tints of Eastern Blue #06919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

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

R = 1.94%
G = 46.77%
B = 51.29%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06919F (or 0x06919F) is known color: Eastern Blue. HEX triplet: 06, 91 and 9F. RGB value is (6,145,159). Sum of RGB (Red+Green+Blue) = 6+145+159=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #06919F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06919F is #F96E60. Grayscale: #686868. Windows color (decimal): -16346721 or 10457350. OLE color: 10457350.

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

Color convert

RGB 6 145 159 -
CMYK 0.96 0.09 0 0.38
HSL 185.49º 0.93% 0.32% -
HSV(B) 185.49º 0.96% 0.62% -
XYZ 16.46 22.79 36.33 -
YUV 105.04 158.45 57.36 -
System Red Green Blue C M Y K H S L
Decimal 6 145 159 0.96 0.09 0 0.38 185.49 0.93 0.32
Hex 6 91 9F 60 9 0 26 B9 5D 20
Octal 6 221 237 140 11 0 46 271 135 40
Binary 110 10010001 10011111 1100000 1001 0 100110 10111001 1011101 100000

Color Harmonies of #06919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06919F

Black with #06919F

Text Example


Text Example

White with #06919F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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