Html Css Color HEX #605BCF Slate Blue

📋 copy color: '#605BCF'

red 96 ◦ green 91 ◦ blue 207

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

Shades of Slate Blue #605BCF

Tints of Slate Blue #605BCF

RGB

 RED value IS 96 (37.89% from 255) = 24.37%

 GREEN value IS 91 (35.94% from 255) = 23.1%

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

R = 24.37%
G = 23.1%
B = 52.54%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#605BCF (or 0x605BCF) is known color: Slate Blue. HEX triplet: 60, 5B and CF. RGB value is (96,91,207). Sum of RGB (Red+Green+Blue) = 96+91+207=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #605BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BCF is #9FA430. Grayscale: #696969. Windows color (decimal): -10462257 or 13589344. OLE color: 13589344.

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

Color convert

RGB 96 91 207 -
CMYK 0.54 0.56 0 0.19
HSL 242.59º 0.55% 0.58% -
HSV(B) 242.59º 0.56% 0.81% -
XYZ 19.83 14.47 60.78 -
YUV 105.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 96 91 207 0.54 0.56 0 0.19 242.59 0.55 0.58
Hex 60 5B CF 36 38 0 13 F3 37 3A
Octal 140 133 317 66 70 0 23 363 67 72
Binary 1100000 1011011 11001111 110110 111000 0 10011 11110011 110111 111010

Color Harmonies of #605BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BCF

Black with #605BCF

Text Example


Text Example

White with #605BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,91,207); }

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

background-color css

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

 a { background-color: rgb(96,91,207); }

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

border-color css

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

 span { border-color: rgb(96,91,207); }

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