Html Css Color HEX #068897 Eastern Blue

📋 copy color: '#068897'

red 6 ◦ green 136 ◦ blue 151

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

Shades of Eastern Blue #068897

Tints of Eastern Blue #068897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

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

R = 2.05%
G = 46.42%
B = 51.54%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#068897 (or 0x068897) is known color: Eastern Blue. HEX triplet: 06, 88 and 97. RGB value is (6,136,151). Sum of RGB (Red+Green+Blue) = 6+136+151=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #068897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068897 is #F97768. Grayscale: #626262. Windows color (decimal): -16349033 or 9930758. OLE color: 9930758.

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

Color convert

RGB 6 136 151 -
CMYK 0.96 0.10 0 0.41
HSL 186.21º 0.92% 0.31% -
HSV(B) 186.21º 0.96% 0.59% -
XYZ 14.47 19.88 32.35 -
YUV 98.84 157.43 61.78 -
System Red Green Blue C M Y K H S L
Decimal 6 136 151 0.96 0.10 0 0.41 186.21 0.92 0.31
Hex 6 88 97 60 A 0 29 BA 5C 1F
Octal 6 210 227 140 12 0 51 272 134 37
Binary 110 10001000 10010111 1100000 1010 0 101001 10111010 1011100 11111

Color Harmonies of #068897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068897

Black with #068897

Text Example


Text Example

White with #068897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068897; }

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

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

background-color css

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

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

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

border-color css

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

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

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