Html Css Color HEX #606CFD Medium Slate Blue

📋 copy color: '#606CFD'

red 96 ◦ green 108 ◦ blue 253

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

Shades of Medium Slate Blue #606CFD

Tints of Medium Slate Blue #606CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 21.01%
G = 23.63%
B = 55.36%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#606CFD (or 0x606CFD) is known color: Medium Slate Blue. HEX triplet: 60, 6C and FD. RGB value is (96,108,253). Sum of RGB (Red+Green+Blue) = 96+108+253=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #606CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CFD is #9F9302. Grayscale: #787878. Windows color (decimal): -10457859 or 16608352. OLE color: 16608352.

HSL color Cylindrical-coordinate representation of color #606CFD: hue angle of 235.41º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606CFD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 108 253 -
CMYK 0.62 0.57 0 0.01
HSL 235.41º 0.98% 0.68% -
HSV(B) 235.41º 0.62% 0.99% -
XYZ 27.92 20.3 95.38 -
YUV 120.94 202.52 110.21 -
System Red Green Blue C M Y K H S L
Decimal 96 108 253 0.62 0.57 0 0.01 235.41 0.98 0.68
Hex 60 6C FD 3E 39 0 1 EB 62 44
Octal 140 154 375 76 71 0 1 353 142 104
Binary 1100000 1101100 11111101 111110 111001 0 1 11101011 1100010 1000100

Color Harmonies of #606CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CFD

Black with #606CFD

Text Example


Text Example

White with #606CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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