Html Css Color HEX #605FD2 Slate Blue

📋 copy color: '#605FD2'

red 96 ◦ green 95 ◦ blue 210

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

Shades of Slate Blue #605FD2

Tints of Slate Blue #605FD2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.69%

 BLUE value IS 210 (82.42% from 255) = 52.37%

R = 23.94%
G = 23.69%
B = 52.37%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#605FD2 (or 0x605FD2) is known color: Slate Blue. HEX triplet: 60, 5F and D2. RGB value is (96,95,210). Sum of RGB (Red+Green+Blue) = 96+95+210=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #605FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FD2 is #9FA02D. Grayscale: #6B6B6B. Windows color (decimal): -10461230 or 13786976. OLE color: 13786976.

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

Color convert

RGB 96 95 210 -
CMYK 0.54 0.55 0 0.18
HSL 240.52º 0.56% 0.6% -
HSV(B) 240.52º 0.55% 0.82% -
XYZ 20.55 15.32 62.85 -
YUV 108.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 96 95 210 0.54 0.55 0 0.18 240.52 0.56 0.6
Hex 60 5F D2 36 37 0 12 F1 38 3C
Octal 140 137 322 66 67 0 22 361 70 74
Binary 1100000 1011111 11010010 110110 110111 0 10010 11110001 111000 111100

Color Harmonies of #605FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605FD2

Black with #605FD2

Text Example


Text Example

White with #605FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,95,210); }

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

background-color css

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

 a { background-color: rgb(96,95,210); }

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

border-color css

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

 span { border-color: rgb(96,95,210); }

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