Html Css Color HEX #616BA6 Chetwode Blue

📋 copy color: '#616BA6'

red 97 ◦ green 107 ◦ blue 166

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

Shades of Chetwode Blue #616BA6

Tints of Chetwode Blue #616BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

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

R = 26.22%
G = 28.92%
B = 44.86%

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

#616BA6 (or 0x616BA6) is known color: Chetwode Blue. HEX triplet: 61, 6B and A6. RGB value is (97,107,166). Sum of RGB (Red+Green+Blue) = 97+107+166=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 166 - color contains mainly: blue. Hex color #616BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BA6 is #9E9459. Grayscale: #6E6E6E. Windows color (decimal): -10392666 or 10906465. OLE color: 10906465.

HSL color Cylindrical-coordinate representation of color #616BA6: hue angle of 231.3º 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 #616BA6 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 107 166 -
CMYK 0.42 0.36 0 0.35
HSL 231.3º 0.28% 0.52% -
HSV(B) 231.3º 0.42% 0.65% -
XYZ 17.07 15.81 38.23 -
YUV 110.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 97 107 166 0.42 0.36 0 0.35 231.3 0.28 0.52
Hex 61 6B A6 2A 24 0 23 E7 1C 34
Octal 141 153 246 52 44 0 43 347 34 64
Binary 1100001 1101011 10100110 101010 100100 0 100011 11100111 11100 110100

Color Harmonies of #616BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BA6

Black with #616BA6

Text Example


Text Example

White with #616BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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