Html Css Color HEX #068294 Eastern Blue

📋 copy color: '#068294'

red 6 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #068294

Tints of Eastern Blue #068294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 2.11%
G = 45.77%
B = 52.11%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#068294 (or 0x068294) is known color: Eastern Blue. HEX triplet: 06, 82 and 94. RGB value is (6,130,148). Sum of RGB (Red+Green+Blue) = 6+130+148=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #068294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068294 is #F97D6B. Grayscale: #5E5E5E. Windows color (decimal): -16350572 or 9732614. OLE color: 9732614.

HSL color Cylindrical-coordinate representation of color #068294: hue angle of 187.61º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068294 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 130 148 -
CMYK 0.96 0.12 0 0.42
HSL 187.61º 0.92% 0.3% -
HSV(B) 187.61º 0.96% 0.58% -
XYZ 13.4 18.14 30.81 -
YUV 94.98 157.92 64.54 -
System Red Green Blue C M Y K H S L
Decimal 6 130 148 0.96 0.12 0 0.42 187.61 0.92 0.3
Hex 6 82 94 60 C 0 2A BC 5C 1E
Octal 6 202 224 140 14 0 52 274 134 36
Binary 110 10000010 10010100 1100000 1100 0 101010 10111100 1011100 11110

Color Harmonies of #068294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068294

Black with #068294

Text Example


Text Example

White with #068294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068294; }

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

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

background-color css

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

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

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

border-color css

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

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

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