Html Css Color HEX #068096 Eastern Blue

📋 copy color: '#068096'

red 6 ◦ green 128 ◦ blue 150

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

Shades of Eastern Blue #068096

Tints of Eastern Blue #068096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

 BLUE value IS 150 (58.98% from 255) = 52.82%

R = 2.11%
G = 45.07%
B = 52.82%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#068096 (or 0x068096) is known color: Eastern Blue. HEX triplet: 06, 80 and 96. RGB value is (6,128,150). Sum of RGB (Red+Green+Blue) = 6+128+150=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #068096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068096 is #F97F69. Grayscale: #5D5D5D. Windows color (decimal): -16351082 or 9863174. OLE color: 9863174.

HSL color Cylindrical-coordinate representation of color #068096: hue angle of 189.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068096 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 128 150 -
CMYK 0.96 0.15 0 0.41
HSL 189.17º 0.92% 0.31% -
HSV(B) 189.17º 0.96% 0.59% -
XYZ 13.3 17.68 31.57 -
YUV 94.03 159.58 65.21 -
System Red Green Blue C M Y K H S L
Decimal 6 128 150 0.96 0.15 0 0.41 189.17 0.92 0.31
Hex 6 80 96 60 F 0 29 BD 5C 1F
Octal 6 200 226 140 17 0 51 275 134 37
Binary 110 10000000 10010110 1100000 1111 0 101001 10111101 1011100 11111

Color Harmonies of #068096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068096

Black with #068096

Text Example


Text Example

White with #068096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068096; }

 p { color: rgb(6,128,150); }

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

background-color css

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

 a { background-color: rgb(6,128,150); }

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

border-color css

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

 span { border-color: rgb(6,128,150); }

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