Html Css Color HEX #069299 Eastern Blue

📋 copy color: '#069299'

red 6 ◦ green 146 ◦ blue 153

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

Shades of Eastern Blue #069299

Tints of Eastern Blue #069299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.87%

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

R = 1.97%
G = 47.87%
B = 50.16%

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

#069299 (or 0x069299) is known color: Eastern Blue. HEX triplet: 06, 92 and 99. RGB value is (6,146,153). Sum of RGB (Red+Green+Blue) = 6+146+153=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #069299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069299 is #F96D66. Grayscale: #686868. Windows color (decimal): -16346471 or 10064390. OLE color: 10064390.

HSL color Cylindrical-coordinate representation of color #069299: hue angle of 182.86º 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 #069299 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 146 153 -
CMYK 0.96 0.05 0 0.4
HSL 182.86º 0.92% 0.31% -
HSV(B) 182.86º 0.96% 0.6% -
XYZ 16.1 22.9 33.71 -
YUV 104.94 155.12 57.43 -
System Red Green Blue C M Y K H S L
Decimal 6 146 153 0.96 0.05 0 0.4 182.86 0.92 0.31
Hex 6 92 99 60 5 0 28 B7 5C 1F
Octal 6 222 231 140 5 0 50 267 134 37
Binary 110 10010010 10011001 1100000 101 0 101000 10110111 1011100 11111

Color Harmonies of #069299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069299

Black with #069299

Text Example


Text Example

White with #069299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069299; }

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

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

background-color css

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

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

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

border-color css

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

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

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