Html Css Color HEX #068099 Eastern Blue

📋 copy color: '#068099'

red 6 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #068099

Tints of Eastern Blue #068099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

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

R = 2.09%
G = 44.6%
B = 53.31%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#068099 (or 0x068099) is known color: Eastern Blue. HEX triplet: 06, 80 and 99. RGB value is (6,128,153). Sum of RGB (Red+Green+Blue) = 6+128+153=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #068099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068099 is #F97F66. Grayscale: #5E5E5E. Windows color (decimal): -16351079 or 10059782. OLE color: 10059782.

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

Color convert

RGB 6 128 153 -
CMYK 0.96 0.16 0 0.4
HSL 190.2º 0.92% 0.31% -
HSV(B) 190.2º 0.96% 0.6% -
XYZ 13.54 17.78 32.85 -
YUV 94.37 161.08 64.97 -
System Red Green Blue C M Y K H S L
Decimal 6 128 153 0.96 0.16 0 0.4 190.2 0.92 0.31
Hex 6 80 99 60 10 0 28 BE 5C 1F
Octal 6 200 231 140 20 0 50 276 134 37
Binary 110 10000000 10011001 1100000 10000 0 101000 10111110 1011100 11111

Color Harmonies of #068099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068099

Black with #068099

Text Example


Text Example

White with #068099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068099; }

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

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

background-color css

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

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

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

border-color css

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

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

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