Html Css Color HEX #677378 Blue Bayoux

📋 copy color: '#677378'

red 103 ◦ green 115 ◦ blue 120

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

Shades of Blue Bayoux #677378

Tints of Blue Bayoux #677378

RGB

 RED value IS 103 (40.63% from 255) = 30.47%

 GREEN value IS 115 (45.31% from 255) = 34.02%

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 30.47%
G = 34.02%
B = 35.5%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#677378 (or 0x677378) is known color: Blue Bayoux. HEX triplet: 67, 73 and 78. RGB value is (103,115,120). Sum of RGB (Red+Green+Blue) = 103+115+120=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: blue. Hex color #677378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677378 is #988C87. Grayscale: #6F6F6F. Windows color (decimal): -9997448 or 7893863. OLE color: 7893863.

HSL color Cylindrical-coordinate representation of color #677378: hue angle of 197.65º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #677378 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 115 120 -
CMYK 0.14 0.04 0 0.53
HSL 197.65º 0.08% 0.44% -
HSV(B) 197.65º 0.14% 0.47% -
XYZ 15.11 16.5 20.16 -
YUV 111.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 103 115 120 0.14 0.04 0 0.53 197.65 0.08 0.44
Hex 67 73 78 E 4 0 35 C6 8 2C
Octal 147 163 170 16 4 0 65 306 10 54
Binary 1100111 1110011 1111000 1110 100 0 110101 11000110 1000 101100

Color Harmonies of #677378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677378

Black with #677378

Text Example


Text Example

White with #677378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677378; }

 p { color: rgb(103,115,120); }

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

background-color css

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

 a { background-color: rgb(103,115,120); }

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

border-color css

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

 span { border-color: rgb(103,115,120); }

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