Html Css Color HEX #616AB4 Chetwode Blue

📋 copy color: '#616AB4'

red 97 ◦ green 106 ◦ blue 180

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

Shades of Chetwode Blue #616AB4

Tints of Chetwode Blue #616AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47%

R = 25.33%
G = 27.68%
B = 47%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#616AB4 (or 0x616AB4) is known color: Chetwode Blue. HEX triplet: 61, 6A and B4. RGB value is (97,106,180). Sum of RGB (Red+Green+Blue) = 97+106+180=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #616AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AB4 is #9E954B. Grayscale: #6F6F6F. Windows color (decimal): -10392908 or 11823713. OLE color: 11823713.

HSL color Cylindrical-coordinate representation of color #616AB4: hue angle of 233.49º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616AB4 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 106 180 -
CMYK 0.46 0.41 0 0.29
HSL 233.49º 0.36% 0.54% -
HSV(B) 233.49º 0.46% 0.71% -
XYZ 18.32 16.14 45.33 -
YUV 111.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 97 106 180 0.46 0.41 0 0.29 233.49 0.36 0.54
Hex 61 6A B4 2E 29 0 1D E9 24 36
Octal 141 152 264 56 51 0 35 351 44 66
Binary 1100001 1101010 10110100 101110 101001 0 11101 11101001 100100 110110

Color Harmonies of #616AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AB4

Black with #616AB4

Text Example


Text Example

White with #616AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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