Html Css Color HEX #067F92 Eastern Blue

📋 copy color: '#067F92'

red 6 ◦ green 127 ◦ blue 146

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

Shades of Eastern Blue #067F92

Tints of Eastern Blue #067F92

RGB

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

 GREEN value IS 127 (50% from 255) = 45.52%

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

R = 2.15%
G = 45.52%
B = 52.33%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#067F92 (or 0x067F92) is known color: Eastern Blue. HEX triplet: 06, 7F and 92. RGB value is (6,127,146). Sum of RGB (Red+Green+Blue) = 6+127+146=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #067F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F92 is #F9806D. Grayscale: #5C5C5C. Windows color (decimal): -16351342 or 9600774. OLE color: 9600774.

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

Color convert

RGB 6 127 146 -
CMYK 0.96 0.13 0 0.43
HSL 188.14º 0.92% 0.3% -
HSV(B) 188.14º 0.96% 0.57% -
XYZ 12.85 17.29 29.85 -
YUV 92.99 157.91 65.96 -
System Red Green Blue C M Y K H S L
Decimal 6 127 146 0.96 0.13 0 0.43 188.14 0.92 0.3
Hex 6 7F 92 60 D 0 2B BC 5C 1E
Octal 6 177 222 140 15 0 53 274 134 36
Binary 110 1111111 10010010 1100000 1101 0 101011 10111100 1011100 11110

Color Harmonies of #067F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067F92

Black with #067F92

Text Example


Text Example

White with #067F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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