Html Css Color HEX #067C92 Eastern Blue

📋 copy color: '#067C92'

red 6 ◦ green 124 ◦ blue 146

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

Shades of Eastern Blue #067C92

Tints of Eastern Blue #067C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.93%

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 2.17%
G = 44.93%
B = 52.9%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#067C92 (or 0x067C92) is known color: Eastern Blue. HEX triplet: 06, 7C and 92. RGB value is (6,124,146). Sum of RGB (Red+Green+Blue) = 6+124+146=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #067C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067C92 is #F9836D. Grayscale: #5B5B5B. Windows color (decimal): -16352110 or 9600006. OLE color: 9600006.

HSL color Cylindrical-coordinate representation of color #067C92: hue angle of 189.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067C92 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 124 146 -
CMYK 0.96 0.15 0 0.43
HSL 189.43º 0.92% 0.3% -
HSV(B) 189.43º 0.96% 0.57% -
XYZ 12.47 16.53 29.73 -
YUV 91.23 158.91 67.21 -
System Red Green Blue C M Y K H S L
Decimal 6 124 146 0.96 0.15 0 0.43 189.43 0.92 0.3
Hex 6 7C 92 60 F 0 2B BD 5C 1E
Octal 6 174 222 140 17 0 53 275 134 36
Binary 110 1111100 10010010 1100000 1111 0 101011 10111101 1011100 11110

Color Harmonies of #067C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C92

Black with #067C92

Text Example


Text Example

White with #067C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,124,146); }

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

background-color css

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

 a { background-color: rgb(6,124,146); }

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

border-color css

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

 span { border-color: rgb(6,124,146); }

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