Html Css Color HEX #616AAF Chetwode Blue

📋 copy color: '#616AAF'

red 97 ◦ green 106 ◦ blue 175

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

Shades of Chetwode Blue #616AAF

Tints of Chetwode Blue #616AAF

RGB

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

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

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

R = 25.66%
G = 28.04%
B = 46.3%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#616AAF (or 0x616AAF) is known color: Chetwode Blue. HEX triplet: 61, 6A and AF. RGB value is (97,106,175). Sum of RGB (Red+Green+Blue) = 97+106+175=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #616AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AAF is #9E9550. Grayscale: #6E6E6E. Windows color (decimal): -10392913 or 11496033. OLE color: 11496033.

HSL color Cylindrical-coordinate representation of color #616AAF: hue angle of 233.08º 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 #616AAF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 106 175 -
CMYK 0.45 0.39 0 0.31
HSL 233.08º 0.33% 0.53% -
HSV(B) 233.08º 0.45% 0.69% -
XYZ 17.82 15.94 42.7 -
YUV 111.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 97 106 175 0.45 0.39 0 0.31 233.08 0.33 0.53
Hex 61 6A AF 2D 27 0 1F E9 21 35
Octal 141 152 257 55 47 0 37 351 41 65
Binary 1100001 1101010 10101111 101101 100111 0 11111 11101001 100001 110101

Color Harmonies of #616AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AAF

Black with #616AAF

Text Example


Text Example

White with #616AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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