Html Css Color HEX #069199 Eastern Blue

📋 copy color: '#069199'

red 6 ◦ green 145 ◦ blue 153

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

Shades of Eastern Blue #069199

Tints of Eastern Blue #069199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 1.97%
G = 47.7%
B = 50.33%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#069199 (or 0x069199) is known color: Eastern Blue. HEX triplet: 06, 91 and 99. RGB value is (6,145,153). Sum of RGB (Red+Green+Blue) = 6+145+153=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #069199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069199 is #F96E66. Grayscale: #686868. Windows color (decimal): -16346727 or 10064134. OLE color: 10064134.

HSL color Cylindrical-coordinate representation of color #069199: hue angle of 183.27º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069199 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 145 153 -
CMYK 0.96 0.05 0 0.4
HSL 183.27º 0.92% 0.31% -
HSV(B) 183.27º 0.96% 0.6% -
XYZ 15.95 22.59 33.66 -
YUV 104.35 155.45 57.85 -
System Red Green Blue C M Y K H S L
Decimal 6 145 153 0.96 0.05 0 0.4 183.27 0.92 0.31
Hex 6 91 99 60 5 0 28 B7 5C 1F
Octal 6 221 231 140 5 0 50 267 134 37
Binary 110 10010001 10011001 1100000 101 0 101000 10110111 1011100 11111

Color Harmonies of #069199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069199

Black with #069199

Text Example


Text Example

White with #069199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069199; }

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

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

background-color css

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

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

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

border-color css

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

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

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