Html Css Color HEX #614FCB Slate Blue

📋 copy color: '#614FCB'

red 97 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #614FCB

Tints of Slate Blue #614FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.84%

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

R = 25.59%
G = 20.84%
B = 53.56%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#614FCB (or 0x614FCB) is known color: Slate Blue. HEX triplet: 61, 4F and CB. RGB value is (97,79,203). Sum of RGB (Red+Green+Blue) = 97+79+203=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #614FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FCB is #9EB034. Grayscale: #626262. Windows color (decimal): -10399797 or 13324129. OLE color: 13324129.

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

Color convert

RGB 97 79 203 -
CMYK 0.52 0.61 0 0.20
HSL 248.71º 0.54% 0.55% -
HSV(B) 248.71º 0.61% 0.8% -
XYZ 18.51 12.45 57.93 -
YUV 98.52 186.96 126.92 -
System Red Green Blue C M Y K H S L
Decimal 97 79 203 0.52 0.61 0 0.20 248.71 0.54 0.55
Hex 61 4F CB 34 3D 0 14 F9 36 37
Octal 141 117 313 64 75 0 24 371 66 67
Binary 1100001 1001111 11001011 110100 111101 0 10100 11111001 110110 110111

Color Harmonies of #614FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FCB

Black with #614FCB

Text Example


Text Example

White with #614FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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