Html Css Color HEX #616DD4 Slate Blue

📋 copy color: '#616DD4'

red 97 ◦ green 109 ◦ blue 212

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

Shades of Slate Blue #616DD4

Tints of Slate Blue #616DD4

RGB

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

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

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

R = 23.21%
G = 26.08%
B = 50.72%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#616DD4 (or 0x616DD4) is known color: Slate Blue. HEX triplet: 61, 6D and D4. RGB value is (97,109,212). Sum of RGB (Red+Green+Blue) = 97+109+212=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #616DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DD4 is #9E922B. Grayscale: #747474. Windows color (decimal): -10392108 or 13921633. OLE color: 13921633.

HSL color Cylindrical-coordinate representation of color #616DD4: hue angle of 233.74º 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 #616DD4 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 109 212 -
CMYK 0.54 0.49 0 0.17
HSL 233.74º 0.57% 0.61% -
HSV(B) 233.74º 0.54% 0.83% -
XYZ 22.28 18.23 64.63 -
YUV 117.15 181.52 113.62 -
System Red Green Blue C M Y K H S L
Decimal 97 109 212 0.54 0.49 0 0.17 233.74 0.57 0.61
Hex 61 6D D4 36 31 0 11 EA 39 3D
Octal 141 155 324 66 61 0 21 352 71 75
Binary 1100001 1101101 11010100 110110 110001 0 10001 11101010 111001 111101

Color Harmonies of #616DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DD4

Black with #616DD4

Text Example


Text Example

White with #616DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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