Html Css Color HEX #614CCC Slate Blue

📋 copy color: '#614CCC'

red 97 ◦ green 76 ◦ blue 204

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

Shades of Slate Blue #614CCC

Tints of Slate Blue #614CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.16%

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

R = 25.73%
G = 20.16%
B = 54.11%

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

#614CCC (or 0x614CCC) is known color: Slate Blue. HEX triplet: 61, 4C and CC. RGB value is (97,76,204). Sum of RGB (Red+Green+Blue) = 97+76+204=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #614CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CCC is #9EB333. Grayscale: #606060. Windows color (decimal): -10400564 or 13388897. OLE color: 13388897.

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

Color convert

RGB 97 76 204 -
CMYK 0.52 0.63 0 0.2
HSL 249.84º 0.56% 0.55% -
HSV(B) 249.84º 0.63% 0.8% -
XYZ 18.41 12.07 58.49 -
YUV 96.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 97 76 204 0.52 0.63 0 0.2 249.84 0.56 0.55
Hex 61 4C CC 34 3F 0 14 FA 38 37
Octal 141 114 314 64 77 0 24 372 70 67
Binary 1100001 1001100 11001100 110100 111111 0 10100 11111010 111000 110111

Color Harmonies of #614CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CCC

Black with #614CCC

Text Example


Text Example

White with #614CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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