Html Css Color HEX #605FDA Slate Blue

📋 copy color: '#605FDA'

red 96 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #605FDA

Tints of Slate Blue #605FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 23.47%
G = 23.23%
B = 53.3%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#605FDA (or 0x605FDA) is known color: Slate Blue. HEX triplet: 60, 5F and DA. RGB value is (96,95,218). Sum of RGB (Red+Green+Blue) = 96+95+218=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #605FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FDA is #9FA025. Grayscale: #6C6C6C. Windows color (decimal): -10461222 or 14311264. OLE color: 14311264.

HSL color Cylindrical-coordinate representation of color #605FDA: hue angle of 240.49º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #605FDA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 95 218 -
CMYK 0.56 0.56 0 0.15
HSL 240.49º 0.62% 0.61% -
HSV(B) 240.49º 0.56% 0.85% -
XYZ 21.57 15.73 68.23 -
YUV 109.32 189.33 118.5 -
System Red Green Blue C M Y K H S L
Decimal 96 95 218 0.56 0.56 0 0.15 240.49 0.62 0.61
Hex 60 5F DA 38 38 0 F F0 3E 3D
Octal 140 137 332 70 70 0 17 360 76 75
Binary 1100000 1011111 11011010 111000 111000 0 1111 11110000 111110 111101

Color Harmonies of #605FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605FDA

Black with #605FDA

Text Example


Text Example

White with #605FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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