Html Css Color HEX #614FDF Slate Blue

📋 copy color: '#614FDF'

red 97 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #614FDF

Tints of Slate Blue #614FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.8%

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 24.31%
G = 19.8%
B = 55.89%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#614FDF (or 0x614FDF) is known color: Slate Blue. HEX triplet: 61, 4F and DF. RGB value is (97,79,223). Sum of RGB (Red+Green+Blue) = 97+79+223=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #614FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FDF is #9EB020. Grayscale: #646464. Windows color (decimal): -10399777 or 14634849. OLE color: 14634849.

HSL color Cylindrical-coordinate representation of color #614FDF: hue angle of 247.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614FDF is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 79 223 -
CMYK 0.57 0.65 0 0.13
HSL 247.5º 0.69% 0.59% -
HSV(B) 247.5º 0.65% 0.87% -
XYZ 21.05 13.46 71.3 -
YUV 100.8 196.96 125.29 -
System Red Green Blue C M Y K H S L
Decimal 97 79 223 0.57 0.65 0 0.13 247.5 0.69 0.59
Hex 61 4F DF 39 41 0 D F8 45 3B
Octal 141 117 337 71 101 0 15 370 105 73
Binary 1100001 1001111 11011111 111001 1000001 0 1101 11111000 1000101 111011

Color Harmonies of #614FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FDF

Black with #614FDF

Text Example


Text Example

White with #614FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,79,223); }

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

background-color css

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

 a { background-color: rgb(97,79,223); }

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

border-color css

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

 span { border-color: rgb(97,79,223); }

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