Html Css Color HEX #616DB6 Chetwode Blue

📋 copy color: '#616DB6'

red 97 ◦ green 109 ◦ blue 182

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

Shades of Chetwode Blue #616DB6

Tints of Chetwode Blue #616DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.91%

R = 25%
G = 28.09%
B = 46.91%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#616DB6 (or 0x616DB6) is known color: Chetwode Blue. HEX triplet: 61, 6D and B6. RGB value is (97,109,182). Sum of RGB (Red+Green+Blue) = 97+109+182=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #616DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DB6 is #9E9249. Grayscale: #717171. Windows color (decimal): -10392138 or 11955553. OLE color: 11955553.

HSL color Cylindrical-coordinate representation of color #616DB6: hue angle of 231.53º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #616DB6 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 109 182 -
CMYK 0.47 0.40 0 0.29
HSL 231.53º 0.37% 0.55% -
HSV(B) 231.53º 0.47% 0.71% -
XYZ 18.84 16.86 46.52 -
YUV 113.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 97 109 182 0.47 0.40 0 0.29 231.53 0.37 0.55
Hex 61 6D B6 2F 28 0 1D E8 25 37
Octal 141 155 266 57 50 0 35 350 45 67
Binary 1100001 1101101 10110110 101111 101000 0 11101 11101000 100101 110111

Color Harmonies of #616DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DB6

Black with #616DB6

Text Example


Text Example

White with #616DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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