Html Css Color HEX #616DB4 Chetwode Blue

📋 copy color: '#616DB4'

red 97 ◦ green 109 ◦ blue 180

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

Shades of Chetwode Blue #616DB4

Tints of Chetwode Blue #616DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.24%

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

R = 25.13%
G = 28.24%
B = 46.63%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#616DB4 (or 0x616DB4) is known color: Chetwode Blue. HEX triplet: 61, 6D and B4. RGB value is (97,109,180). Sum of RGB (Red+Green+Blue) = 97+109+180=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #616DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DB4 is #9E924B. Grayscale: #717171. Windows color (decimal): -10392140 or 11824481. OLE color: 11824481.

HSL color Cylindrical-coordinate representation of color #616DB4: hue angle of 231.33º 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 #616DB4 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 109 180 -
CMYK 0.46 0.39 0 0.29
HSL 231.33º 0.36% 0.54% -
HSV(B) 231.33º 0.46% 0.71% -
XYZ 18.64 16.77 45.44 -
YUV 113.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 97 109 180 0.46 0.39 0 0.29 231.33 0.36 0.54
Hex 61 6D B4 2E 27 0 1D E7 24 36
Octal 141 155 264 56 47 0 35 347 44 66
Binary 1100001 1101101 10110100 101110 100111 0 11101 11100111 100100 110110

Color Harmonies of #616DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DB4

Black with #616DB4

Text Example


Text Example

White with #616DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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