Html Css Color HEX #66757A Blue Bayoux

📋 copy color: '#66757A'

red 102 ◦ green 117 ◦ blue 122

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

Shades of Blue Bayoux #66757A

Tints of Blue Bayoux #66757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 29.91%
G = 34.31%
B = 35.78%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66757A (or 0x66757A) is known color: Blue Bayoux. HEX triplet: 66, 75 and 7A. RGB value is (102,117,122). Sum of RGB (Red+Green+Blue) = 102+117+122=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 122 - color contains mainly: blue. Hex color #66757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66757A is #998A85. Grayscale: #717171. Windows color (decimal): -10062470 or 8025446. OLE color: 8025446.

HSL color Cylindrical-coordinate representation of color #66757A: hue angle of 195º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66757A is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 117 122 -
CMYK 0.16 0.04 0 0.52
HSL 195º 0.09% 0.44% -
HSV(B) 195º 0.16% 0.48% -
XYZ 15.35 16.95 20.88 -
YUV 113.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 102 117 122 0.16 0.04 0 0.52 195 0.09 0.44
Hex 66 75 7A 10 4 0 34 C3 9 2C
Octal 146 165 172 20 4 0 64 303 11 54
Binary 1100110 1110101 1111010 10000 100 0 110100 11000011 1001 101100

Color Harmonies of #66757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66757A

Black with #66757A

Text Example


Text Example

White with #66757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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