Html Css Color HEX #616FD4 Chetwode Blue

📋 copy color: '#616FD4'

red 97 ◦ green 111 ◦ blue 212

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

Shades of Chetwode Blue #616FD4

Tints of Chetwode Blue #616FD4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

 BLUE value IS 212 (83.2% from 255) = 50.48%

R = 23.1%
G = 26.43%
B = 50.48%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#616FD4 (or 0x616FD4) is known color: Chetwode Blue. HEX triplet: 61, 6F and D4. RGB value is (97,111,212). Sum of RGB (Red+Green+Blue) = 97+111+212=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #616FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FD4 is #9E902B. Grayscale: #757575. Windows color (decimal): -10391596 or 13922145. OLE color: 13922145.

HSL color Cylindrical-coordinate representation of color #616FD4: hue angle of 232.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #616FD4 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 111 212 -
CMYK 0.54 0.48 0 0.17
HSL 232.7º 0.57% 0.61% -
HSV(B) 232.7º 0.54% 0.83% -
XYZ 22.5 18.66 64.7 -
YUV 118.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 97 111 212 0.54 0.48 0 0.17 232.7 0.57 0.61
Hex 61 6F D4 36 30 0 11 E9 39 3D
Octal 141 157 324 66 60 0 21 351 71 75
Binary 1100001 1101111 11010100 110110 110000 0 10001 11101001 111001 111101

Color Harmonies of #616FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FD4

Black with #616FD4

Text Example


Text Example

White with #616FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,111,212); }

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

background-color css

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

 a { background-color: rgb(97,111,212); }

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

border-color css

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

 span { border-color: rgb(97,111,212); }

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