Html Css Color HEX #667A7C Blue Bayoux

📋 copy color: '#667A7C'

red 102 ◦ green 122 ◦ blue 124

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

Shades of Blue Bayoux #667A7C

Tints of Blue Bayoux #667A7C

RGB

 RED value IS 102 (40.23% from 255) = 29.31%

 GREEN value IS 122 (48.05% from 255) = 35.06%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 29.31%
G = 35.06%
B = 35.63%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#667A7C (or 0x667A7C) is known color: Blue Bayoux. HEX triplet: 66, 7A and 7C. RGB value is (102,122,124). Sum of RGB (Red+Green+Blue) = 102+122+124=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 124 - color contains mainly: blue. Hex color #667A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A7C is #998583. Grayscale: #747474. Windows color (decimal): -10061188 or 8157798. OLE color: 8157798.

HSL color Cylindrical-coordinate representation of color #667A7C: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667A7C is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 122 124 -
CMYK 0.18 0.02 0 0.51
HSL 185.45º 0.1% 0.44% -
HSV(B) 185.45º 0.18% 0.49% -
XYZ 16.08 18.2 21.73 -
YUV 116.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 102 122 124 0.18 0.02 0 0.51 185.45 0.1 0.44
Hex 66 7A 7C 12 2 0 33 B9 A 2C
Octal 146 172 174 22 2 0 63 271 12 54
Binary 1100110 1111010 1111100 10010 10 0 110011 10111001 1010 101100

Color Harmonies of #667A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A7C

Black with #667A7C

Text Example


Text Example

White with #667A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667A7C; }

 p { color: rgb(102,122,124); }

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

background-color css

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

 a { background-color: rgb(102,122,124); }

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

border-color css

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

 span { border-color: rgb(102,122,124); }

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