Html Css Color HEX #614DCB Slate Blue

📋 copy color: '#614DCB'

red 97 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #614DCB

Tints of Slate Blue #614DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

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

R = 25.73%
G = 20.42%
B = 53.85%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#614DCB (or 0x614DCB) is known color: Slate Blue. HEX triplet: 61, 4D and CB. RGB value is (97,77,203). Sum of RGB (Red+Green+Blue) = 97+77+203=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #614DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DCB is #9EB234. Grayscale: #606060. Windows color (decimal): -10400309 or 13323617. OLE color: 13323617.

HSL color Cylindrical-coordinate representation of color #614DCB: hue angle of 249.52º 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 #614DCB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 77 203 -
CMYK 0.52 0.62 0 0.20
HSL 249.52º 0.55% 0.55% -
HSV(B) 249.52º 0.62% 0.8% -
XYZ 18.36 12.16 57.88 -
YUV 97.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 97 77 203 0.52 0.62 0 0.20 249.52 0.55 0.55
Hex 61 4D CB 34 3E 0 14 FA 37 37
Octal 141 115 313 64 76 0 24 372 67 67
Binary 1100001 1001101 11001011 110100 111110 0 10100 11111010 110111 110111

Color Harmonies of #614DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DCB

Black with #614DCB

Text Example


Text Example

White with #614DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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