Html Css Color HEX #667A81 Blue Bayoux

📋 copy color: '#667A81'

red 102 ◦ green 122 ◦ blue 129

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

Shades of Blue Bayoux #667A81

Tints of Blue Bayoux #667A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.54%

R = 28.9%
G = 34.56%
B = 36.54%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667A81 (or 0x667A81) is known color: Blue Bayoux. HEX triplet: 66, 7A and 81. RGB value is (102,122,129). Sum of RGB (Red+Green+Blue) = 102+122+129=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 129 - color contains mainly: blue. Hex color #667A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A81 is #99857E. Grayscale: #747474. Windows color (decimal): -10061183 or 8485478. OLE color: 8485478.

HSL color Cylindrical-coordinate representation of color #667A81: hue angle of 195.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #667A81 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 122 129 -
CMYK 0.21 0.05 0 0.49
HSL 195.56º 0.12% 0.45% -
HSV(B) 195.56º 0.21% 0.51% -
XYZ 16.4 18.33 23.44 -
YUV 116.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 102 122 129 0.21 0.05 0 0.49 195.56 0.12 0.45
Hex 66 7A 81 15 5 0 31 C4 C 2D
Octal 146 172 201 25 5 0 61 304 14 55
Binary 1100110 1111010 10000001 10101 101 0 110001 11000100 1100 101101

Color Harmonies of #667A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A81

Black with #667A81

Text Example


Text Example

White with #667A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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