Html Css Color HEX #616AA6 Chetwode Blue

📋 copy color: '#616AA6'

red 97 ◦ green 106 ◦ blue 166

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

Shades of Chetwode Blue #616AA6

Tints of Chetwode Blue #616AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.99%

R = 26.29%
G = 28.73%
B = 44.99%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#616AA6 (or 0x616AA6) is known color: Chetwode Blue. HEX triplet: 61, 6A and A6. RGB value is (97,106,166). Sum of RGB (Red+Green+Blue) = 97+106+166=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #616AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AA6 is #9E9559. Grayscale: #6D6D6D. Windows color (decimal): -10392922 or 10906209. OLE color: 10906209.

HSL color Cylindrical-coordinate representation of color #616AA6: hue angle of 232.17º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #616AA6 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 106 166 -
CMYK 0.42 0.36 0 0.35
HSL 232.17º 0.28% 0.52% -
HSV(B) 232.17º 0.42% 0.65% -
XYZ 16.97 15.6 38.19 -
YUV 110.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 97 106 166 0.42 0.36 0 0.35 232.17 0.28 0.52
Hex 61 6A A6 2A 24 0 23 E8 1C 34
Octal 141 152 246 52 44 0 43 350 34 64
Binary 1100001 1101010 10100110 101010 100100 0 100011 11101000 11100 110100

Color Harmonies of #616AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AA6

Black with #616AA6

Text Example


Text Example

White with #616AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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