Html Css Color HEX #614ACB Slate Blue

📋 copy color: '#614ACB'

red 97 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #614ACB

Tints of Slate Blue #614ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.28%

R = 25.94%
G = 19.79%
B = 54.28%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#614ACB (or 0x614ACB) is known color: Slate Blue. HEX triplet: 61, 4A and CB. RGB value is (97,74,203). Sum of RGB (Red+Green+Blue) = 97+74+203=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #614ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614ACB is #9EB534. Grayscale: #5F5F5F. Windows color (decimal): -10401077 or 13322849. OLE color: 13322849.

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

Color convert

RGB 97 74 203 -
CMYK 0.52 0.64 0 0.20
HSL 250.7º 0.55% 0.54% -
HSV(B) 250.7º 0.64% 0.8% -
XYZ 18.16 11.75 57.81 -
YUV 95.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 97 74 203 0.52 0.64 0 0.20 250.7 0.55 0.54
Hex 61 4A CB 34 40 0 14 FB 37 36
Octal 141 112 313 64 100 0 24 373 67 66
Binary 1100001 1001010 11001011 110100 1000000 0 10100 11111011 110111 110110

Color Harmonies of #614ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614ACB

Black with #614ACB

Text Example


Text Example

White with #614ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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