Html Css Color HEX #616DA4 Chetwode Blue

📋 copy color: '#616DA4'

red 97 ◦ green 109 ◦ blue 164

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

Shades of Chetwode Blue #616DA4

Tints of Chetwode Blue #616DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.32%

R = 26.22%
G = 29.46%
B = 44.32%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#616DA4 (or 0x616DA4) is known color: Chetwode Blue. HEX triplet: 61, 6D and A4. RGB value is (97,109,164). Sum of RGB (Red+Green+Blue) = 97+109+164=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #616DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616DA4 is #9E925B. Grayscale: #6F6F6F. Windows color (decimal): -10392156 or 10775905. OLE color: 10775905.

HSL color Cylindrical-coordinate representation of color #616DA4: hue angle of 229.25º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #616DA4 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 109 164 -
CMYK 0.41 0.34 0 0.36
HSL 229.25º 0.27% 0.51% -
HSV(B) 229.25º 0.41% 0.64% -
XYZ 17.1 16.16 37.34 -
YUV 111.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 97 109 164 0.41 0.34 0 0.36 229.25 0.27 0.51
Hex 61 6D A4 29 22 0 24 E5 1B 33
Octal 141 155 244 51 42 0 44 345 33 63
Binary 1100001 1101101 10100100 101001 100010 0 100100 11100101 11011 110011

Color Harmonies of #616DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DA4

Black with #616DA4

Text Example


Text Example

White with #616DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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