Html Css Color HEX #677278 Blue Bayoux

📋 copy color: '#677278'

red 103 ◦ green 114 ◦ blue 120

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

Shades of Blue Bayoux #677278

Tints of Blue Bayoux #677278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 30.56%
G = 33.83%
B = 35.61%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#677278 (or 0x677278) is known color: Blue Bayoux. HEX triplet: 67, 72 and 78. RGB value is (103,114,120). Sum of RGB (Red+Green+Blue) = 103+114+120=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 120 - color contains mainly: blue. Hex color #677278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677278 is #988D87. Grayscale: #6F6F6F. Windows color (decimal): -9997704 or 7893607. OLE color: 7893607.

HSL color Cylindrical-coordinate representation of color #677278: hue angle of 201.18º 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 #677278 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 114 120 -
CMYK 0.14 0.05 0 0.53
HSL 201.18º 0.08% 0.44% -
HSV(B) 201.18º 0.14% 0.47% -
XYZ 15 16.27 20.12 -
YUV 111.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 103 114 120 0.14 0.05 0 0.53 201.18 0.08 0.44
Hex 67 72 78 E 5 0 35 C9 8 2C
Octal 147 162 170 16 5 0 65 311 10 54
Binary 1100111 1110010 1111000 1110 101 0 110101 11001001 1000 101100

Color Harmonies of #677278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677278

Black with #677278

Text Example


Text Example

White with #677278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677278; }

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

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

background-color css

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

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

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

border-color css

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

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

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