Html Css Color HEX #616FAF Chetwode Blue

📋 copy color: '#616FAF'

red 97 ◦ green 111 ◦ blue 175

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

Shades of Chetwode Blue #616FAF

Tints of Chetwode Blue #616FAF

RGB

 RED value IS 97 (38.28% from 255) = 25.33%

 GREEN value IS 111 (43.75% from 255) = 28.98%

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

R = 25.33%
G = 28.98%
B = 45.69%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#616FAF (or 0x616FAF) is known color: Chetwode Blue. HEX triplet: 61, 6F and AF. RGB value is (97,111,175). Sum of RGB (Red+Green+Blue) = 97+111+175=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #616FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FAF is #9E9050. Grayscale: #717171. Windows color (decimal): -10391633 or 11497313. OLE color: 11497313.

HSL color Cylindrical-coordinate representation of color #616FAF: hue angle of 229.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #616FAF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 111 175 -
CMYK 0.45 0.37 0 0.31
HSL 229.23º 0.33% 0.53% -
HSV(B) 229.23º 0.45% 0.69% -
XYZ 18.35 17.01 42.87 -
YUV 114.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 97 111 175 0.45 0.37 0 0.31 229.23 0.33 0.53
Hex 61 6F AF 2D 25 0 1F E5 21 35
Octal 141 157 257 55 45 0 37 345 41 65
Binary 1100001 1101111 10101111 101101 100101 0 11111 11100101 100001 110101

Color Harmonies of #616FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FAF

Black with #616FAF

Text Example


Text Example

White with #616FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616FAF; }

 p { color: rgb(97,111,175); }

 H1.HeaderClassName
 {
   color: #616FAF;
 }
 .AnyTagClassName
 {
   color: #616FAF;
 }
</style>

background-color css

<style>
 a { background-color: #616FAF; }

 a { background-color: rgb(97,111,175); }

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

border-color css

<style>
 span { border-color: #616FAF; }

 span { border-color: rgb(97,111,175); }

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