Html Css Color HEX #666A9D Chetwode Blue

📋 copy color: '#666A9D'

red 102 ◦ green 106 ◦ blue 157

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

Shades of Chetwode Blue #666A9D

Tints of Chetwode Blue #666A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 27.95%
G = 29.04%
B = 43.01%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#666A9D (or 0x666A9D) is known color: Chetwode Blue. HEX triplet: 66, 6A and 9D. RGB value is (102,106,157). Sum of RGB (Red+Green+Blue) = 102+106+157=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #666A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A9D is #999562. Grayscale: #6E6E6E. Windows color (decimal): -10065251 or 10316390. OLE color: 10316390.

HSL color Cylindrical-coordinate representation of color #666A9D: hue angle of 235.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666A9D is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 106 157 -
CMYK 0.35 0.32 0 0.38
HSL 235.64º 0.22% 0.51% -
HSV(B) 235.64º 0.35% 0.62% -
XYZ 16.72 15.57 34.02 -
YUV 110.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 102 106 157 0.35 0.32 0 0.38 235.64 0.22 0.51
Hex 66 6A 9D 23 20 0 26 EC 16 33
Octal 146 152 235 43 40 0 46 354 26 63
Binary 1100110 1101010 10011101 100011 100000 0 100110 11101100 10110 110011

Color Harmonies of #666A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666A9D

Black with #666A9D

Text Example


Text Example

White with #666A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666A9D; }

 p { color: rgb(102,106,157); }

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

background-color css

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

 a { background-color: rgb(102,106,157); }

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

border-color css

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

 span { border-color: rgb(102,106,157); }

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