Html Css Color HEX #614BCE Slate Blue

📋 copy color: '#614BCE'

red 97 ◦ green 75 ◦ blue 206

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

Shades of Slate Blue #614BCE

Tints of Slate Blue #614BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 25.66%
G = 19.84%
B = 54.5%

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

#614BCE (or 0x614BCE) is known color: Slate Blue. HEX triplet: 61, 4B and CE. RGB value is (97,75,206). Sum of RGB (Red+Green+Blue) = 97+75+206=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #614BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BCE is #9EB431. Grayscale: #606060. Windows color (decimal): -10400818 or 13519713. OLE color: 13519713.

HSL color Cylindrical-coordinate representation of color #614BCE: hue angle of 250.08º degrees, saturation: 0.57, 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 #614BCE is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 75 206 -
CMYK 0.53 0.64 0 0.19
HSL 250.08º 0.57% 0.55% -
HSV(B) 250.08º 0.64% 0.81% -
XYZ 18.59 12.03 59.73 -
YUV 96.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 97 75 206 0.53 0.64 0 0.19 250.08 0.57 0.55
Hex 61 4B CE 35 40 0 13 FA 39 37
Octal 141 113 316 65 100 0 23 372 71 67
Binary 1100001 1001011 11001110 110101 1000000 0 10011 11111010 111001 110111

Color Harmonies of #614BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BCE

Black with #614BCE

Text Example


Text Example

White with #614BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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