Html Css Color HEX #614ACF Slate Blue

📋 copy color: '#614ACF'

red 97 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #614ACF

Tints of Slate Blue #614ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

 BLUE value IS 207 (81.25% from 255) = 54.76%

R = 25.66%
G = 19.58%
B = 54.76%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#614ACF (or 0x614ACF) is known color: Slate Blue. HEX triplet: 61, 4A and CF. RGB value is (97,74,207). Sum of RGB (Red+Green+Blue) = 97+74+207=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #614ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614ACF is #9EB530. Grayscale: #5F5F5F. Windows color (decimal): -10401073 or 13584993. OLE color: 13584993.

HSL color Cylindrical-coordinate representation of color #614ACF: hue angle of 250.38º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614ACF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 74 207 -
CMYK 0.53 0.64 0 0.19
HSL 250.38º 0.58% 0.55% -
HSV(B) 250.38º 0.64% 0.81% -
XYZ 18.64 11.94 60.35 -
YUV 96.04 190.62 128.69 -
System Red Green Blue C M Y K H S L
Decimal 97 74 207 0.53 0.64 0 0.19 250.38 0.58 0.55
Hex 61 4A CF 35 40 0 13 FA 3A 37
Octal 141 112 317 65 100 0 23 372 72 67
Binary 1100001 1001010 11001111 110101 1000000 0 10011 11111010 111010 110111

Color Harmonies of #614ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614ACF

Black with #614ACF

Text Example


Text Example

White with #614ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,207); }

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

background-color css

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

 a { background-color: rgb(97,74,207); }

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

border-color css

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

 span { border-color: rgb(97,74,207); }

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