Html Css Color HEX #616AB0 Chetwode Blue

📋 copy color: '#616AB0'

red 97 ◦ green 106 ◦ blue 176

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

Shades of Chetwode Blue #616AB0

Tints of Chetwode Blue #616AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.44%

R = 25.59%
G = 27.97%
B = 46.44%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#616AB0 (or 0x616AB0) is known color: Chetwode Blue. HEX triplet: 61, 6A and B0. RGB value is (97,106,176). Sum of RGB (Red+Green+Blue) = 97+106+176=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #616AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AB0 is #9E954F. Grayscale: #6F6F6F. Windows color (decimal): -10392912 or 11561569. OLE color: 11561569.

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

Color convert

RGB 97 106 176 -
CMYK 0.45 0.40 0 0.31
HSL 233.16º 0.33% 0.54% -
HSV(B) 233.16º 0.45% 0.69% -
XYZ 17.92 15.98 43.22 -
YUV 111.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 97 106 176 0.45 0.40 0 0.31 233.16 0.33 0.54
Hex 61 6A B0 2D 28 0 1F E9 21 36
Octal 141 152 260 55 50 0 37 351 41 66
Binary 1100001 1101010 10110000 101101 101000 0 11111 11101001 100001 110110

Color Harmonies of #616AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AB0

Black with #616AB0

Text Example


Text Example

White with #616AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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