Html Css Color HEX #067995 Eastern Blue

📋 copy color: '#067995'

red 6 ◦ green 121 ◦ blue 149

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

Shades of Eastern Blue #067995

Tints of Eastern Blue #067995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 2.17%
G = 43.84%
B = 53.99%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#067995 (or 0x067995) is known color: Eastern Blue. HEX triplet: 06, 79 and 95. RGB value is (6,121,149). Sum of RGB (Red+Green+Blue) = 6+121+149=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #067995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067995 is #F9866A. Grayscale: #595959. Windows color (decimal): -16352875 or 9795846. OLE color: 9795846.

HSL color Cylindrical-coordinate representation of color #067995: hue angle of 191.75º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067995 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 121 149 -
CMYK 0.96 0.19 0 0.42
HSL 191.75º 0.92% 0.3% -
HSV(B) 191.75º 0.96% 0.58% -
XYZ 12.34 15.88 30.85 -
YUV 89.81 161.4 68.22 -
System Red Green Blue C M Y K H S L
Decimal 6 121 149 0.96 0.19 0 0.42 191.75 0.92 0.3
Hex 6 79 95 60 13 0 2A C0 5C 1E
Octal 6 171 225 140 23 0 52 300 134 36
Binary 110 1111001 10010101 1100000 10011 0 101010 11000000 1011100 11110

Color Harmonies of #067995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067995

Black with #067995

Text Example


Text Example

White with #067995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067995; }

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

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

background-color css

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

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

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

border-color css

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

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

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