Html Css Color HEX #068A97 Eastern Blue

📋 copy color: '#068A97'

red 6 ◦ green 138 ◦ blue 151

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

Shades of Eastern Blue #068A97

Tints of Eastern Blue #068A97

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.78%

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

R = 2.03%
G = 46.78%
B = 51.19%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#068A97 (or 0x068A97) is known color: Eastern Blue. HEX triplet: 06, 8A and 97. RGB value is (6,138,151). Sum of RGB (Red+Green+Blue) = 6+138+151=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #068A97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A97 is #F97568. Grayscale: #636363. Windows color (decimal): -16348521 or 9931270. OLE color: 9931270.

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

Color convert

RGB 6 138 151 -
CMYK 0.96 0.09 0 0.41
HSL 185.38º 0.92% 0.31% -
HSV(B) 185.38º 0.96% 0.59% -
XYZ 14.75 20.45 32.45 -
YUV 100.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 6 138 151 0.96 0.09 0 0.41 185.38 0.92 0.31
Hex 6 8A 97 60 9 0 29 B9 5C 1F
Octal 6 212 227 140 11 0 51 271 134 37
Binary 110 10001010 10010111 1100000 1001 0 101001 10111001 1011100 11111

Color Harmonies of #068A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068A97

Black with #068A97

Text Example


Text Example

White with #068A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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