Html Css Color HEX #614BCB Slate Blue

📋 copy color: '#614BCB'

red 97 ◦ green 75 ◦ blue 203

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

Shades of Slate Blue #614BCB

Tints of Slate Blue #614BCB

RGB

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

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

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

R = 25.87%
G = 20%
B = 54.13%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#614BCB (or 0x614BCB) is known color: Slate Blue. HEX triplet: 61, 4B and CB. RGB value is (97,75,203). Sum of RGB (Red+Green+Blue) = 97+75+203=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #614BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BCB is #9EB434. Grayscale: #5F5F5F. Windows color (decimal): -10400821 or 13323105. OLE color: 13323105.

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

Color convert

RGB 97 75 203 -
CMYK 0.52 0.63 0 0.20
HSL 250.31º 0.55% 0.55% -
HSV(B) 250.31º 0.63% 0.8% -
XYZ 18.23 11.89 57.83 -
YUV 96.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 97 75 203 0.52 0.63 0 0.20 250.31 0.55 0.55
Hex 61 4B CB 34 3F 0 14 FA 37 37
Octal 141 113 313 64 77 0 24 372 67 67
Binary 1100001 1001011 11001011 110100 111111 0 10100 11111010 110111 110111

Color Harmonies of #614BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BCB

Black with #614BCB

Text Example


Text Example

White with #614BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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