Html Css Color HEX #676DAA Chetwode Blue

📋 copy color: '#676DAA'

red 103 ◦ green 109 ◦ blue 170

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

Shades of Chetwode Blue #676DAA

Tints of Chetwode Blue #676DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.53%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 26.96%
G = 28.53%
B = 44.5%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#676DAA (or 0x676DAA) is known color: Chetwode Blue. HEX triplet: 67, 6D and AA. RGB value is (103,109,170). Sum of RGB (Red+Green+Blue) = 103+109+170=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #676DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676DAA is #989255. Grayscale: #717171. Windows color (decimal): -9998934 or 11169127. OLE color: 11169127.

HSL color Cylindrical-coordinate representation of color #676DAA: hue angle of 234.63º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #676DAA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 109 170 -
CMYK 0.39 0.36 0 0.33
HSL 234.63º 0.28% 0.54% -
HSV(B) 234.63º 0.39% 0.67% -
XYZ 18.32 16.72 40.29 -
YUV 114.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 103 109 170 0.39 0.36 0 0.33 234.63 0.28 0.54
Hex 67 6D AA 27 24 0 21 EB 1C 36
Octal 147 155 252 47 44 0 41 353 34 66
Binary 1100111 1101101 10101010 100111 100100 0 100001 11101011 11100 110110

Color Harmonies of #676DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676DAA

Black with #676DAA

Text Example


Text Example

White with #676DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676DAA; }

 p { color: rgb(103,109,170); }

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

background-color css

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

 a { background-color: rgb(103,109,170); }

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

border-color css

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

 span { border-color: rgb(103,109,170); }

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