Html Css Color HEX #614BCF Slate Blue

📋 copy color: '#614BCF'

red 97 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #614BCF

Tints of Slate Blue #614BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.62%

R = 25.59%
G = 19.79%
B = 54.62%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#614BCF (or 0x614BCF) is known color: Slate Blue. HEX triplet: 61, 4B and CF. RGB value is (97,75,207). Sum of RGB (Red+Green+Blue) = 97+75+207=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #614BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BCF is #9EB430. Grayscale: #606060. Windows color (decimal): -10400817 or 13585249. OLE color: 13585249.

HSL color Cylindrical-coordinate representation of color #614BCF: hue angle of 250º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614BCF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 75 207 -
CMYK 0.53 0.64 0 0.19
HSL 250º 0.58% 0.55% -
HSV(B) 250º 0.64% 0.81% -
XYZ 18.71 12.08 60.38 -
YUV 96.63 190.29 128.27 -
System Red Green Blue C M Y K H S L
Decimal 97 75 207 0.53 0.64 0 0.19 250 0.58 0.55
Hex 61 4B CF 35 40 0 13 FA 3A 37
Octal 141 113 317 65 100 0 23 372 72 67
Binary 1100001 1001011 11001111 110101 1000000 0 10011 11111010 111010 110111

Color Harmonies of #614BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BCF

Black with #614BCF

Text Example


Text Example

White with #614BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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