Html Css Color HEX #616AB8 Chetwode Blue

📋 copy color: '#616AB8'

red 97 ◦ green 106 ◦ blue 184

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

Shades of Chetwode Blue #616AB8

Tints of Chetwode Blue #616AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.55%

R = 25.06%
G = 27.39%
B = 47.55%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#616AB8 (or 0x616AB8) is known color: Chetwode Blue. HEX triplet: 61, 6A and B8. RGB value is (97,106,184). Sum of RGB (Red+Green+Blue) = 97+106+184=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #616AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AB8 is #9E9547. Grayscale: #6F6F6F. Windows color (decimal): -10392904 or 12085857. OLE color: 12085857.

HSL color Cylindrical-coordinate representation of color #616AB8: hue angle of 233.79º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #616AB8 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 106 184 -
CMYK 0.47 0.42 0 0.28
HSL 233.79º 0.38% 0.55% -
HSV(B) 233.79º 0.47% 0.72% -
XYZ 18.74 16.31 47.51 -
YUV 112.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 97 106 184 0.47 0.42 0 0.28 233.79 0.38 0.55
Hex 61 6A B8 2F 2A 0 1C EA 26 37
Octal 141 152 270 57 52 0 34 352 46 67
Binary 1100001 1101010 10111000 101111 101010 0 11100 11101010 100110 110111

Color Harmonies of #616AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AB8

Black with #616AB8

Text Example


Text Example

White with #616AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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