Html Css Color HEX #614CDC Slate Blue

📋 copy color: '#614CDC'

red 97 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #614CDC

Tints of Slate Blue #614CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 24.68%
G = 19.34%
B = 55.98%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#614CDC (or 0x614CDC) is known color: Slate Blue. HEX triplet: 61, 4C and DC. RGB value is (97,76,220). Sum of RGB (Red+Green+Blue) = 97+76+220=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #614CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CDC is #9EB323. Grayscale: #626262. Windows color (decimal): -10400548 or 14437473. OLE color: 14437473.

HSL color Cylindrical-coordinate representation of color #614CDC: hue angle of 248.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614CDC is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 76 220 -
CMYK 0.56 0.65 0 0.14
HSL 248.75º 0.67% 0.58% -
HSV(B) 248.75º 0.65% 0.86% -
XYZ 20.43 12.88 69.12 -
YUV 98.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 97 76 220 0.56 0.65 0 0.14 248.75 0.67 0.58
Hex 61 4C DC 38 41 0 E F9 43 3A
Octal 141 114 334 70 101 0 16 371 103 72
Binary 1100001 1001100 11011100 111000 1000001 0 1110 11111001 1000011 111010

Color Harmonies of #614CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CDC

Black with #614CDC

Text Example


Text Example

White with #614CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614CDC; }

 p { color: rgb(97,76,220); }

 H1.HeaderClassName
 {
   color: #614CDC;
 }
 .AnyTagClassName
 {
   color: #614CDC;
 }
</style>

background-color css

<style>
 a { background-color: #614CDC; }

 a { background-color: rgb(97,76,220); }

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

border-color css

<style>
 span { border-color: #614CDC; }

 span { border-color: rgb(97,76,220); }

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