Html Css Color HEX #068199 Eastern Blue

📋 copy color: '#068199'

red 6 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #068199

Tints of Eastern Blue #068199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

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

R = 2.08%
G = 44.79%
B = 53.13%

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

#068199 (or 0x068199) is known color: Eastern Blue. HEX triplet: 06, 81 and 99. RGB value is (6,129,153). Sum of RGB (Red+Green+Blue) = 6+129+153=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #068199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068199 is #F97E66. Grayscale: #5E5E5E. Windows color (decimal): -16350823 or 10060038. OLE color: 10060038.

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

Color convert

RGB 6 129 153 -
CMYK 0.96 0.16 0 0.4
HSL 189.8º 0.92% 0.31% -
HSV(B) 189.8º 0.96% 0.6% -
XYZ 13.68 18.04 32.9 -
YUV 94.96 160.75 64.55 -
System Red Green Blue C M Y K H S L
Decimal 6 129 153 0.96 0.16 0 0.4 189.8 0.92 0.31
Hex 6 81 99 60 10 0 28 BE 5C 1F
Octal 6 201 231 140 20 0 50 276 134 37
Binary 110 10000001 10011001 1100000 10000 0 101000 10111110 1011100 11111

Color Harmonies of #068199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068199

Black with #068199

Text Example


Text Example

White with #068199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068199; }

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

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

background-color css

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

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

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

border-color css

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

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

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