Html Css Color HEX #605FCA Slate Blue

📋 copy color: '#605FCA'

red 96 ◦ green 95 ◦ blue 202

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

Shades of Slate Blue #605FCA

Tints of Slate Blue #605FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.4%

R = 24.43%
G = 24.17%
B = 51.4%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#605FCA (or 0x605FCA) is known color: Slate Blue. HEX triplet: 60, 5F and CA. RGB value is (96,95,202). Sum of RGB (Red+Green+Blue) = 96+95+202=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #605FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FCA is #9FA035. Grayscale: #6B6B6B. Windows color (decimal): -10461238 or 13262688. OLE color: 13262688.

HSL color Cylindrical-coordinate representation of color #605FCA: hue angle of 240.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605FCA is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 95 202 -
CMYK 0.52 0.53 0 0.21
HSL 240.56º 0.5% 0.58% -
HSV(B) 240.56º 0.53% 0.79% -
XYZ 19.58 14.94 57.73 -
YUV 107.5 181.33 119.8 -
System Red Green Blue C M Y K H S L
Decimal 96 95 202 0.52 0.53 0 0.21 240.56 0.5 0.58
Hex 60 5F CA 34 35 0 15 F1 32 3A
Octal 140 137 312 64 65 0 25 361 62 72
Binary 1100000 1011111 11001010 110100 110101 0 10101 11110001 110010 111010

Color Harmonies of #605FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605FCA

Black with #605FCA

Text Example


Text Example

White with #605FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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