Html Css Color HEX #067997 Eastern Blue

📋 copy color: '#067997'

red 6 ◦ green 121 ◦ blue 151

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

Shades of Eastern Blue #067997

Tints of Eastern Blue #067997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.53%

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

R = 2.16%
G = 43.53%
B = 54.32%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#067997 (or 0x067997) is known color: Eastern Blue. HEX triplet: 06, 79 and 97. RGB value is (6,121,151). Sum of RGB (Red+Green+Blue) = 6+121+151=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #067997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067997 is #F98668. Grayscale: #595959. Windows color (decimal): -16352873 or 9926918. OLE color: 9926918.

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

Color convert

RGB 6 121 151 -
CMYK 0.96 0.20 0 0.41
HSL 192.41º 0.92% 0.31% -
HSV(B) 192.41º 0.96% 0.59% -
XYZ 12.5 15.95 31.7 -
YUV 90.04 162.4 68.06 -
System Red Green Blue C M Y K H S L
Decimal 6 121 151 0.96 0.20 0 0.41 192.41 0.92 0.31
Hex 6 79 97 60 14 0 29 C0 5C 1F
Octal 6 171 227 140 24 0 51 300 134 37
Binary 110 1111001 10010111 1100000 10100 0 101001 11000000 1011100 11111

Color Harmonies of #067997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067997

Black with #067997

Text Example


Text Example

White with #067997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067997; }

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

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

background-color css

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

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

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

border-color css

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

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

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