Html Css Color HEX #606CF3 Medium Slate Blue

📋 copy color: '#606CF3'

red 96 ◦ green 108 ◦ blue 243

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

Shades of Medium Slate Blue #606CF3

Tints of Medium Slate Blue #606CF3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.16%

 BLUE value IS 243 (95.31% from 255) = 54.36%

R = 21.48%
G = 24.16%
B = 54.36%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#606CF3 (or 0x606CF3) is known color: Medium Slate Blue. HEX triplet: 60, 6C and F3. RGB value is (96,108,243). Sum of RGB (Red+Green+Blue) = 96+108+243=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #606CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CF3 is #9F930C. Grayscale: #777777. Windows color (decimal): -10457869 or 15952992. OLE color: 15952992.

HSL color Cylindrical-coordinate representation of color #606CF3: hue angle of 235.1º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #606CF3 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 108 243 -
CMYK 0.60 0.56 0 0.05
HSL 235.1º 0.86% 0.66% -
HSV(B) 235.1º 0.6% 0.95% -
XYZ 26.36 19.68 87.2 -
YUV 119.8 197.52 111.02 -
System Red Green Blue C M Y K H S L
Decimal 96 108 243 0.60 0.56 0 0.05 235.1 0.86 0.66
Hex 60 6C F3 3C 38 0 5 EB 56 42
Octal 140 154 363 74 70 0 5 353 126 102
Binary 1100000 1101100 11110011 111100 111000 0 101 11101011 1010110 1000010

Color Harmonies of #606CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CF3

Black with #606CF3

Text Example


Text Example

White with #606CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606CF3; }

 p { color: rgb(96,108,243); }

 H1.HeaderClassName
 {
   color: #606CF3;
 }
 .AnyTagClassName
 {
   color: #606CF3;
 }
</style>

background-color css

<style>
 a { background-color: #606CF3; }

 a { background-color: rgb(96,108,243); }

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

border-color css

<style>
 span { border-color: #606CF3; }

 span { border-color: rgb(96,108,243); }

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