Html Css Color HEX #614BCD Slate Blue

📋 copy color: '#614BCD'

red 97 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #614BCD

Tints of Slate Blue #614BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 25.73%
G = 19.89%
B = 54.38%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#614BCD (or 0x614BCD) is known color: Slate Blue. HEX triplet: 61, 4B and CD. RGB value is (97,75,205). Sum of RGB (Red+Green+Blue) = 97+75+205=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #614BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BCD is #9EB432. Grayscale: #5F5F5F. Windows color (decimal): -10400819 or 13454177. OLE color: 13454177.

HSL color Cylindrical-coordinate representation of color #614BCD: hue angle of 250.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614BCD is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 75 205 -
CMYK 0.53 0.63 0 0.20
HSL 250.15º 0.57% 0.55% -
HSV(B) 250.15º 0.63% 0.8% -
XYZ 18.47 11.98 59.1 -
YUV 96.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 97 75 205 0.53 0.63 0 0.20 250.15 0.57 0.55
Hex 61 4B CD 35 3F 0 14 FA 39 37
Octal 141 113 315 65 77 0 24 372 71 67
Binary 1100001 1001011 11001101 110101 111111 0 10100 11111010 111001 110111

Color Harmonies of #614BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BCD

Black with #614BCD

Text Example


Text Example

White with #614BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,75,205); }

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

background-color css

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

 a { background-color: rgb(97,75,205); }

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

border-color css

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

 span { border-color: rgb(97,75,205); }

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