Html Css Color HEX #068899 Eastern Blue

📋 copy color: '#068899'

red 6 ◦ green 136 ◦ blue 153

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

Shades of Eastern Blue #068899

Tints of Eastern Blue #068899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

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

R = 2.03%
G = 46.1%
B = 51.86%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#068899 (or 0x068899) is known color: Eastern Blue. HEX triplet: 06, 88 and 99. RGB value is (6,136,153). Sum of RGB (Red+Green+Blue) = 6+136+153=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #068899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068899 is #F97766. Grayscale: #626262. Windows color (decimal): -16349031 or 10061830. OLE color: 10061830.

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

Color convert

RGB 6 136 153 -
CMYK 0.96 0.11 0 0.4
HSL 186.94º 0.92% 0.31% -
HSV(B) 186.94º 0.96% 0.6% -
XYZ 14.63 19.95 33.22 -
YUV 99.07 158.43 61.62 -
System Red Green Blue C M Y K H S L
Decimal 6 136 153 0.96 0.11 0 0.4 186.94 0.92 0.31
Hex 6 88 99 60 B 0 28 BB 5C 1F
Octal 6 210 231 140 13 0 50 273 134 37
Binary 110 10001000 10011001 1100000 1011 0 101000 10111011 1011100 11111

Color Harmonies of #068899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068899

Black with #068899

Text Example


Text Example

White with #068899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068899; }

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

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

background-color css

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

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

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

border-color css

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

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

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