Html Css Color HEX #614CCD Slate Blue

📋 copy color: '#614CCD'

red 97 ◦ green 76 ◦ blue 205

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

Shades of Slate Blue #614CCD

Tints of Slate Blue #614CCD

RGB

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

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

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

R = 25.66%
G = 20.11%
B = 54.23%

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

#614CCD (or 0x614CCD) is known color: Slate Blue. HEX triplet: 61, 4C and CD. RGB value is (97,76,205). Sum of RGB (Red+Green+Blue) = 97+76+205=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #614CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CCD is #9EB332. Grayscale: #606060. Windows color (decimal): -10400563 or 13454433. OLE color: 13454433.

HSL color Cylindrical-coordinate representation of color #614CCD: hue angle of 249.77º degrees, saturation: 0.56, 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 #614CCD is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 76 205 -
CMYK 0.53 0.63 0 0.20
HSL 249.77º 0.56% 0.55% -
HSV(B) 249.77º 0.63% 0.8% -
XYZ 18.53 12.12 59.12 -
YUV 96.99 188.96 128.01 -
System Red Green Blue C M Y K H S L
Decimal 97 76 205 0.53 0.63 0 0.20 249.77 0.56 0.55
Hex 61 4C CD 35 3F 0 14 FA 38 37
Octal 141 114 315 65 77 0 24 372 70 67
Binary 1100001 1001100 11001101 110101 111111 0 10100 11111010 111000 110111

Color Harmonies of #614CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CCD

Black with #614CCD

Text Example


Text Example

White with #614CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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