Html Css Color HEX #068299 Eastern Blue

📋 copy color: '#068299'

red 6 ◦ green 130 ◦ blue 153

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

Shades of Eastern Blue #068299

Tints of Eastern Blue #068299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

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

R = 2.08%
G = 44.98%
B = 52.94%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#068299 (or 0x068299) is known color: Eastern Blue. HEX triplet: 06, 82 and 99. RGB value is (6,130,153). Sum of RGB (Red+Green+Blue) = 6+130+153=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #068299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068299 is #F97D66. Grayscale: #5F5F5F. Windows color (decimal): -16350567 or 10060294. OLE color: 10060294.

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

Color convert

RGB 6 130 153 -
CMYK 0.96 0.15 0 0.4
HSL 189.39º 0.92% 0.31% -
HSV(B) 189.39º 0.96% 0.6% -
XYZ 13.81 18.3 32.94 -
YUV 95.55 160.42 64.13 -
System Red Green Blue C M Y K H S L
Decimal 6 130 153 0.96 0.15 0 0.4 189.39 0.92 0.31
Hex 6 82 99 60 F 0 28 BD 5C 1F
Octal 6 202 231 140 17 0 50 275 134 37
Binary 110 10000010 10011001 1100000 1111 0 101000 10111101 1011100 11111

Color Harmonies of #068299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068299

Black with #068299

Text Example


Text Example

White with #068299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068299; }

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

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

background-color css

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

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

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

border-color css

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

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

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