Html Css Color HEX #676DAF Chetwode Blue

📋 copy color: '#676DAF'

red 103 ◦ green 109 ◦ blue 175

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

Shades of Chetwode Blue #676DAF

Tints of Chetwode Blue #676DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 26.61%
G = 28.17%
B = 45.22%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#676DAF (or 0x676DAF) is known color: Chetwode Blue. HEX triplet: 67, 6D and AF. RGB value is (103,109,175). Sum of RGB (Red+Green+Blue) = 103+109+175=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #676DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676DAF is #989250. Grayscale: #727272. Windows color (decimal): -9998929 or 11496807. OLE color: 11496807.

HSL color Cylindrical-coordinate representation of color #676DAF: hue angle of 235º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #676DAF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 109 175 -
CMYK 0.41 0.38 0 0.31
HSL 235º 0.31% 0.55% -
HSV(B) 235º 0.41% 0.69% -
XYZ 18.8 16.92 42.83 -
YUV 114.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 103 109 175 0.41 0.38 0 0.31 235 0.31 0.55
Hex 67 6D AF 29 26 0 1F EB 1F 37
Octal 147 155 257 51 46 0 37 353 37 67
Binary 1100111 1101101 10101111 101001 100110 0 11111 11101011 11111 110111

Color Harmonies of #676DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676DAF

Black with #676DAF

Text Example


Text Example

White with #676DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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