Html Css Color HEX #605CCF Slate Blue

📋 copy color: '#605CCF'

red 96 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #605CCF

Tints of Slate Blue #605CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

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

R = 24.3%
G = 23.29%
B = 52.41%

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

#605CCF (or 0x605CCF) is known color: Slate Blue. HEX triplet: 60, 5C and CF. RGB value is (96,92,207). Sum of RGB (Red+Green+Blue) = 96+92+207=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #605CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CCF is #9FA330. Grayscale: #696969. Windows color (decimal): -10462001 or 13589600. OLE color: 13589600.

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

Color convert

RGB 96 92 207 -
CMYK 0.54 0.56 0 0.19
HSL 242.09º 0.55% 0.59% -
HSV(B) 242.09º 0.56% 0.81% -
XYZ 19.91 14.65 60.81 -
YUV 106.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 96 92 207 0.54 0.56 0 0.19 242.09 0.55 0.59
Hex 60 5C CF 36 38 0 13 F2 37 3B
Octal 140 134 317 66 70 0 23 362 67 73
Binary 1100000 1011100 11001111 110110 111000 0 10011 11110010 110111 111011

Color Harmonies of #605CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605CCF

Black with #605CCF

Text Example


Text Example

White with #605CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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