Html Css Color HEX #614BCC Slate Blue

📋 copy color: '#614BCC'

red 97 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #614BCC

Tints of Slate Blue #614BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 25.8%
G = 19.95%
B = 54.26%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#614BCC (or 0x614BCC) is known color: Slate Blue. HEX triplet: 61, 4B and CC. RGB value is (97,75,204). Sum of RGB (Red+Green+Blue) = 97+75+204=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #614BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BCC is #9EB433. Grayscale: #5F5F5F. Windows color (decimal): -10400820 or 13388641. OLE color: 13388641.

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

Color convert

RGB 97 75 204 -
CMYK 0.52 0.63 0 0.2
HSL 250.23º 0.56% 0.55% -
HSV(B) 250.23º 0.63% 0.8% -
XYZ 18.34 11.93 58.46 -
YUV 96.28 188.79 128.51 -
System Red Green Blue C M Y K H S L
Decimal 97 75 204 0.52 0.63 0 0.2 250.23 0.56 0.55
Hex 61 4B CC 34 3F 0 14 FA 38 37
Octal 141 113 314 64 77 0 24 372 70 67
Binary 1100001 1001011 11001100 110100 111111 0 10100 11111010 111000 110111

Color Harmonies of #614BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BCC

Black with #614BCC

Text Example


Text Example

White with #614BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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