Html Css Color HEX #068399 Eastern Blue

📋 copy color: '#068399'

red 6 ◦ green 131 ◦ blue 153

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

Shades of Eastern Blue #068399

Tints of Eastern Blue #068399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.17%

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

R = 2.07%
G = 45.17%
B = 52.76%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#068399 (or 0x068399) is known color: Eastern Blue. HEX triplet: 06, 83 and 99. RGB value is (6,131,153). Sum of RGB (Red+Green+Blue) = 6+131+153=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #068399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068399 is #F97C66. Grayscale: #5F5F5F. Windows color (decimal): -16350311 or 10060550. OLE color: 10060550.

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

Color convert

RGB 6 131 153 -
CMYK 0.96 0.14 0 0.4
HSL 188.98º 0.92% 0.31% -
HSV(B) 188.98º 0.96% 0.6% -
XYZ 13.94 18.57 32.99 -
YUV 96.13 160.09 63.71 -
System Red Green Blue C M Y K H S L
Decimal 6 131 153 0.96 0.14 0 0.4 188.98 0.92 0.31
Hex 6 83 99 60 E 0 28 BD 5C 1F
Octal 6 203 231 140 16 0 50 275 134 37
Binary 110 10000011 10011001 1100000 1110 0 101000 10111101 1011100 11111

Color Harmonies of #068399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068399

Black with #068399

Text Example


Text Example

White with #068399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068399; }

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

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

background-color css

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

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

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

border-color css

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

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

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