Html Css Color HEX #614ECC Slate Blue

📋 copy color: '#614ECC'

red 97 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #614ECC

Tints of Slate Blue #614ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 25.59%
G = 20.58%
B = 53.83%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#614ECC (or 0x614ECC) is known color: Slate Blue. HEX triplet: 61, 4E and CC. RGB value is (97,78,204). Sum of RGB (Red+Green+Blue) = 97+78+204=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #614ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614ECC is #9EB133. Grayscale: #616161. Windows color (decimal): -10400052 or 13389409. OLE color: 13389409.

HSL color Cylindrical-coordinate representation of color #614ECC: hue angle of 249.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614ECC is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 78 204 -
CMYK 0.52 0.62 0 0.2
HSL 249.05º 0.55% 0.55% -
HSV(B) 249.05º 0.62% 0.8% -
XYZ 18.55 12.35 58.53 -
YUV 98.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 97 78 204 0.52 0.62 0 0.2 249.05 0.55 0.55
Hex 61 4E CC 34 3E 0 14 F9 37 37
Octal 141 116 314 64 76 0 24 371 67 67
Binary 1100001 1001110 11001100 110100 111110 0 10100 11111001 110111 110111

Color Harmonies of #614ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614ECC

Black with #614ECC

Text Example


Text Example

White with #614ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,204); }

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

background-color css

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

 a { background-color: rgb(97,78,204); }

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

border-color css

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

 span { border-color: rgb(97,78,204); }

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