Html Css Color HEX #068097 Eastern Blue

📋 copy color: '#068097'

red 6 ◦ green 128 ◦ blue 151

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

Shades of Eastern Blue #068097

Tints of Eastern Blue #068097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 2.11%
G = 44.91%
B = 52.98%

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

#068097 (or 0x068097) is known color: Eastern Blue. HEX triplet: 06, 80 and 97. RGB value is (6,128,151). Sum of RGB (Red+Green+Blue) = 6+128+151=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #068097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068097 is #F97F68. Grayscale: #5D5D5D. Windows color (decimal): -16351081 or 9928710. OLE color: 9928710.

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

Color convert

RGB 6 128 151 -
CMYK 0.96 0.15 0 0.41
HSL 189.52º 0.92% 0.31% -
HSV(B) 189.52º 0.96% 0.59% -
XYZ 13.38 17.71 31.99 -
YUV 94.14 160.08 65.13 -
System Red Green Blue C M Y K H S L
Decimal 6 128 151 0.96 0.15 0 0.41 189.52 0.92 0.31
Hex 6 80 97 60 F 0 29 BE 5C 1F
Octal 6 200 227 140 17 0 51 276 134 37
Binary 110 10000000 10010111 1100000 1111 0 101001 10111110 1011100 11111

Color Harmonies of #068097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068097

Black with #068097

Text Example


Text Example

White with #068097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068097; }

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

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

background-color css

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

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

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

border-color css

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

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

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