Html Css Color HEX #616DB3 Chetwode Blue

📋 copy color: '#616DB3'

red 97 ◦ green 109 ◦ blue 179

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

Shades of Chetwode Blue #616DB3

Tints of Chetwode Blue #616DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 25.19%
G = 28.31%
B = 46.49%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#616DB3 (or 0x616DB3) is known color: Chetwode Blue. HEX triplet: 61, 6D and B3. RGB value is (97,109,179). Sum of RGB (Red+Green+Blue) = 97+109+179=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #616DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DB3 is #9E924C. Grayscale: #717171. Windows color (decimal): -10392141 or 11758945. OLE color: 11758945.

HSL color Cylindrical-coordinate representation of color #616DB3: hue angle of 231.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616DB3 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 109 179 -
CMYK 0.46 0.39 0 0.30
HSL 231.22º 0.35% 0.54% -
HSV(B) 231.22º 0.46% 0.7% -
XYZ 18.54 16.73 44.9 -
YUV 113.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 97 109 179 0.46 0.39 0 0.30 231.22 0.35 0.54
Hex 61 6D B3 2E 27 0 1E E7 23 36
Octal 141 155 263 56 47 0 36 347 43 66
Binary 1100001 1101101 10110011 101110 100111 0 11110 11100111 100011 110110

Color Harmonies of #616DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DB3

Black with #616DB3

Text Example


Text Example

White with #616DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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