Html Css Color HEX #067690 Eastern Blue

📋 copy color: '#067690'

red 6 ◦ green 118 ◦ blue 144

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

Shades of Eastern Blue #067690

Tints of Eastern Blue #067690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 2.24%
G = 44.03%
B = 53.73%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#067690 (or 0x067690) is known color: Eastern Blue. HEX triplet: 06, 76 and 90. RGB value is (6,118,144). Sum of RGB (Red+Green+Blue) = 6+118+144=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #067690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067690 is #F9896F. Grayscale: #575757. Windows color (decimal): -16353648 or 9467398. OLE color: 9467398.

HSL color Cylindrical-coordinate representation of color #067690: hue angle of 191.3º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067690 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 118 144 -
CMYK 0.96 0.18 0 0.44
HSL 191.3º 0.92% 0.29% -
HSV(B) 191.3º 0.96% 0.56% -
XYZ 11.59 15.01 28.67 -
YUV 87.48 159.89 69.89 -
System Red Green Blue C M Y K H S L
Decimal 6 118 144 0.96 0.18 0 0.44 191.3 0.92 0.29
Hex 6 76 90 60 12 0 2C BF 5C 1D
Octal 6 166 220 140 22 0 54 277 134 35
Binary 110 1110110 10010000 1100000 10010 0 101100 10111111 1011100 11101

Color Harmonies of #067690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067690

Black with #067690

Text Example


Text Example

White with #067690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067690; }

 p { color: rgb(6,118,144); }

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

background-color css

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

 a { background-color: rgb(6,118,144); }

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

border-color css

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

 span { border-color: rgb(6,118,144); }

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