Html Css Color HEX #067B90 Eastern Blue

📋 copy color: '#067B90'

red 6 ◦ green 123 ◦ blue 144

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

Shades of Eastern Blue #067B90

Tints of Eastern Blue #067B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.05%

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

R = 2.2%
G = 45.05%
B = 52.75%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#067B90 (or 0x067B90) is known color: Eastern Blue. HEX triplet: 06, 7B and 90. RGB value is (6,123,144). Sum of RGB (Red+Green+Blue) = 6+123+144=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #067B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067B90 is #F9846F. Grayscale: #5A5A5A. Windows color (decimal): -16352368 or 9468678. OLE color: 9468678.

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

Color convert

RGB 6 123 144 -
CMYK 0.96 0.15 0 0.44
HSL 189.13º 0.92% 0.29% -
HSV(B) 189.13º 0.96% 0.56% -
XYZ 12.19 16.22 28.87 -
YUV 90.41 158.24 67.79 -
System Red Green Blue C M Y K H S L
Decimal 6 123 144 0.96 0.15 0 0.44 189.13 0.92 0.29
Hex 6 7B 90 60 F 0 2C BD 5C 1D
Octal 6 173 220 140 17 0 54 275 134 35
Binary 110 1111011 10010000 1100000 1111 0 101100 10111101 1011100 11101

Color Harmonies of #067B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067B90

Black with #067B90

Text Example


Text Example

White with #067B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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