Html Css Color HEX #068694 Eastern Blue

📋 copy color: '#068694'

red 6 ◦ green 134 ◦ blue 148

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

Shades of Eastern Blue #068694

Tints of Eastern Blue #068694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.53%

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

R = 2.08%
G = 46.53%
B = 51.39%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#068694 (or 0x068694) is known color: Eastern Blue. HEX triplet: 06, 86 and 94. RGB value is (6,134,148). Sum of RGB (Red+Green+Blue) = 6+134+148=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #068694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068694 is #F9796B. Grayscale: #616161. Windows color (decimal): -16349548 or 9733638. OLE color: 9733638.

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

Color convert

RGB 6 134 148 -
CMYK 0.96 0.09 0 0.42
HSL 185.92º 0.92% 0.3% -
HSV(B) 185.92º 0.96% 0.58% -
XYZ 13.95 19.23 30.99 -
YUV 97.32 156.59 62.86 -
System Red Green Blue C M Y K H S L
Decimal 6 134 148 0.96 0.09 0 0.42 185.92 0.92 0.3
Hex 6 86 94 60 9 0 2A BA 5C 1E
Octal 6 206 224 140 11 0 52 272 134 36
Binary 110 10000110 10010100 1100000 1001 0 101010 10111010 1011100 11110

Color Harmonies of #068694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068694

Black with #068694

Text Example


Text Example

White with #068694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068694; }

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

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

background-color css

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

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

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

border-color css

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

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

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